Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_name
Method · 0.45
declare_func_in_func
Method · 0.45
declare_data_in_func
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected