Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wit-bindgen
/ indent
Method
indent
crates/core/src/source.rs:97–99 ·
view source on GitHub ↗
(&mut self, amt: usize)
Source
from the content-addressed store, hash-verified
95
}
96
97
pub fn indent(&mut self, amt: usize) {
98
self.indent += amt;
99
}
100
101
pub fn deindent(&mut self, amt: usize) {
102
self.indent -= amt;
Callers
6
type_record
Method · 0.80
type_flags
Method · 0.80
type_variant
Method · 0.80
type_enum
Method · 0.80
write_moon_pkg
Method · 0.80
indent
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected