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

Method declarations

cranelift/module/src/module.rs:998–1000  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

996 }
997
998 fn declarations(&self) -> &ModuleDeclarations {
999 (**self).declarations()
1000 }
1001
1002 fn get_name(&self, name: &str) -> Option<FuncOrDataId> {
1003 (**self).get_name(name)

Callers 3

get_nameMethod · 0.45
declare_func_in_funcMethod · 0.45
declare_data_in_funcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected