Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diem/move
/ as_module
Method
as_module
language/move-binary-format/src/access.rs:299–301 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
297
298
impl ModuleAccess for CompiledModule {
299
fn as_module(&self) -> &CompiledModule {
300
self
301
}
302
}
303
304
impl ScriptAccess for CompiledScript {
Callers
15
self_handle_idx
Method · 0.80
module_handle_at
Method · 0.80
struct_handle_at
Method · 0.80
function_handle_at
Method · 0.80
field_handle_at
Method · 0.80
struct_instantiation_at
Method · 0.80
function_instantiation_at
Method · 0.80
field_instantiation_at
Method · 0.80
signature_at
Method · 0.80
identifier_at
Method · 0.80
address_identifier_at
Method · 0.80
constant_at
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected