Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ increment_depth
Method
increment_depth
cranelift/codegen/src/scoped_hash_map.rs:197–199 ·
view source on GitHub ↗
Enter a new scope.
(&mut self)
Source
from the content-addressed store, hash-verified
195
196
/// Enter a new scope.
197
pub fn increment_depth(&mut self) {
198
self.generation_by_depth.push(self.generation);
199
}
200
201
/// Exit the current scope.
202
pub fn decrement_depth(&mut self) {
Callers
4
basic
Function · 0.80
insert_arbitrary_depth
Function · 0.80
remove_pure_and_optimize
Method · 0.80
elaborate_domtree
Method · 0.80
Calls
1
push
Method · 0.45
Tested by
2
basic
Function · 0.64
insert_arbitrary_depth
Function · 0.64