Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ DefinedLocalsRange
Class
DefinedLocalsRange
winch/codegen/src/frame/mod.rs:27–27 ·
view source on GitHub ↗
Function defined locals start and end in the frame.
Source
from the content-addressed store, hash-verified
25
26
/// Function defined locals start and end in the frame.
27
pub(crate) struct DefinedLocalsRange(Range<u32>);
28
29
impl DefinedLocalsRange {
30
/// Get a reference to the inner range.
Callers
1
new
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected