Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
304
impl ScriptAccess for CompiledScript {
305
fn as_script(&self) -> &CompiledScript {
306
self
307
}
308
}
Callers
15
module_handle_at
Method · 0.80
struct_handle_at
Method · 0.80
function_handle_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
function_instantiation_at
Method · 0.80
module_handles
Method · 0.80
struct_handles
Method · 0.80
function_handles
Method · 0.80
function_instantiations
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected