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

Method contains_jt

cranelift/reader/src/sourcemap.rs:62–64  ·  view source on GitHub ↗

Look up a jump table entity.

(&self, jt: JumpTable)

Source from the content-addressed store, hash-verified

60
61 /// Look up a jump table entity.
62 pub fn contains_jt(&self, jt: JumpTable) -> bool {
63 self.locations.contains_key(&jt.into())
64 }
65
66 /// Look up a constant entity.
67 pub fn contains_constant(&self, c: Constant) -> bool {

Callers 1

lookup_strMethod · 0.80

Calls 1

contains_keyMethod · 0.45

Tested by

no test coverage detected