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

Method contains_dss

cranelift/reader/src/sourcemap.rs:42–44  ·  view source on GitHub ↗

Look up a dynamic stack slot entity.

(&self, dss: DynamicStackSlot)

Source from the content-addressed store, hash-verified

40
41 /// Look up a dynamic stack slot entity.
42 pub fn contains_dss(&self, dss: DynamicStackSlot) -> bool {
43 self.locations.contains_key(&dss.into())
44 }
45
46 /// Look up a global value entity.
47 pub fn contains_gv(&self, gv: GlobalValue) -> bool {

Callers 1

check_dssMethod · 0.80

Calls 1

contains_keyMethod · 0.45

Tested by

no test coverage detected