MCPcopy Create free account
hub / github.com/diem/move / as_script

Method as_script

language/move-binary-format/src/access.rs:305–307  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

303
304impl ScriptAccess for CompiledScript {
305 fn as_script(&self) -> &CompiledScript {
306 self
307 }
308}

Callers 15

module_handle_atMethod · 0.80
struct_handle_atMethod · 0.80
function_handle_atMethod · 0.80
signature_atMethod · 0.80
identifier_atMethod · 0.80
address_identifier_atMethod · 0.80
constant_atMethod · 0.80
module_handlesMethod · 0.80
struct_handlesMethod · 0.80
function_handlesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected