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

Method script

language/move-bytecode-verifier/src/dependencies.rs:44–49  ·  view source on GitHub ↗
(
        script: &'a CompiledScript,
        dependencies: impl IntoIterator<Item = &'b CompiledModule>,
    )

Source from the content-addressed store, hash-verified

42 }
43
44 fn script(
45 script: &'a CompiledScript,
46 dependencies: impl IntoIterator<Item = &'b CompiledModule>,
47 ) -> Self {
48 Self::new(BinaryIndexedView::Script(script), dependencies)
49 }
50
51 fn new(
52 resolver: BinaryIndexedView<'a>,

Callers

nothing calls this directly

Calls 1

ScriptClass · 0.50

Tested by

no test coverage detected