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

Method signatures

crates/wasmtime/src/runtime/code.rs:153–155  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

151 }
152
153 pub fn signatures(&self) -> &TypeCollection {
154 &self.signatures
155 }
156
157 pub fn text_size(&self) -> usize {
158 self.original_code.text().len()

Callers 12

new_rawMethod · 0.45
matchesMethod · 0.45
dropMethod · 0.45
try_cloneMethod · 0.45
eqMethod · 0.45
hashMethod · 0.45
newMethod · 0.45
rootMethod · 0.45
from_partsMethod · 0.45
engine_type_indexMethod · 0.45
type_idsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected