Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ root
Method
root
cranelift/codegen/src/loop_analysis.rs:43–45 ·
view source on GitHub ↗
Get the root level (no loop).
()
Source
from the content-addressed store, hash-verified
41
42
/// Get the root level (no loop).
43
pub fn root() -> Self {
44
Self(0)
45
}
46
/// Get the loop level.
47
pub fn level(self) -> usize {
48
self.0 as usize
Callers
15
bench_calls
Function · 0.45
pulley_provenance_test_components
Function · 0.45
pulley_provenance_test_async_components
Function · 0.45
invoke_post_return
Function · 0.45
introspection
Function · 0.45
drop_component_still_works
Function · 0.45
lower_then_lift
Function · 0.45
test_recurse
Function · 0.45
drop_call_async_future
Function · 0.45
host_call_with_concurrency_disabled
Function · 0.45
map_trampoline_alignment
Function · 0.45
map_trampoline_alignment_u32_u64
Function · 0.45
Calls
no outgoing calls
Tested by
15
introspection
Function · 0.36
drop_component_still_works
Function · 0.36
lower_then_lift
Function · 0.36
test_recurse
Function · 0.36
host_call_with_concurrency_disabled
Function · 0.36
map_trampoline_alignment
Function · 0.36
map_trampoline_alignment_u32_u64
Function · 0.36
map_trampoline_alignment_u8_u32
Function · 0.36
map_trampoline_alignment_u16_u64
Function · 0.36
map_trampoline_alignment_u8_u16
Function · 0.36
map_trampoline_alignment_u64_u8
Function · 0.36
call_wrapped_func
Function · 0.36