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

Method contains_ss

cranelift/reader/src/sourcemap.rs:37–39  ·  view source on GitHub ↗

Look up a stack slot entity.

(&self, ss: StackSlot)

Source from the content-addressed store, hash-verified

35
36 /// Look up a stack slot entity.
37 pub fn contains_ss(&self, ss: StackSlot) -> bool {
38 self.locations.contains_key(&ss.into())
39 }
40
41 /// Look up a dynamic stack slot entity.
42 pub fn contains_dss(&self, dss: DynamicStackSlot) -> bool {

Callers 2

check_ssMethod · 0.80
lookup_strMethod · 0.80

Calls 1

contains_keyMethod · 0.45

Tested by

no test coverage detected