Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amber-lang/amber
/ decrease_indent
Method
decrease_indent
src/utils/metadata/translate.rs:166–168 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
164
}
165
166
pub fn decrease_indent(&mut self) {
167
self.indent -= 1;
168
}
169
170
pub fn gen_value_id(&mut self) -> usize {
171
let id = self.value_id;
Callers
1
to_string
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected