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

Method keys

cranelift/codegen/src/machinst/vcode.rs:1889–1891  ·  view source on GitHub ↗

Iterate over the `VCodeConstant` keys inserted in this structure.

(&self)

Source from the content-addressed store, hash-verified

1887
1888 /// Iterate over the `VCodeConstant` keys inserted in this structure.
1889 pub fn keys(&self) -> Keys<VCodeConstant> {
1890 self.constants.keys()
1891 }
1892
1893 /// Iterate over the `VCodeConstant` keys and the data (as a byte slice) inserted in this
1894 /// structure.

Callers 9

meet_fromMethod · 0.45
loopsMethod · 0.45
assign_loop_levelsMethod · 0.45
newMethod · 0.45
fmtMethod · 0.45
iterMethod · 0.45
resolve_all_aliasesMethod · 0.45
verify_global_valuesMethod · 0.45
gen_common_isleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected