MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / as_range

Method as_range

winch/codegen/src/frame/mod.rs:31–33  ·  view source on GitHub ↗

Get a reference to the inner range.

(&self)

Source from the content-addressed store, hash-verified

29impl DefinedLocalsRange {
30 /// Get a reference to the inner range.
31 pub fn as_range(&self) -> &Range<u32> {
32 &self.0
33 }
34}
35
36/// An abstraction to read the defined locals from the Wasm binary for a function.

Callers 1

emit_prologueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected