MCPcopy 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
298impl ModuleAccess for CompiledModule {
299 fn as_module(&self) -> &CompiledModule {
300 self
301 }
302}
303
304impl ScriptAccess for CompiledScript {

Callers 15

self_handle_idxMethod · 0.80
module_handle_atMethod · 0.80
struct_handle_atMethod · 0.80
function_handle_atMethod · 0.80
field_handle_atMethod · 0.80
signature_atMethod · 0.80
identifier_atMethod · 0.80
address_identifier_atMethod · 0.80
constant_atMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected