MCPcopy 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.
27pub(crate) struct DefinedLocalsRange(Range<u32>);
28
29impl DefinedLocalsRange {
30 /// Get a reference to the inner range.

Callers 1

newMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected