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

Method function_handles

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

Source from the content-addressed store, hash-verified

251 }
252
253 fn function_handles(&self) -> &[FunctionHandle] {
254 &self.as_script().function_handles
255 }
256
257 fn function_instantiations(&self) -> &[FunctionInstantiation] {
258 &self.as_script().function_instantiations

Callers

nothing calls this directly

Implementers 1

access.rslanguage/move-binary-format/src/access

Calls 1

as_scriptMethod · 0.80

Tested by

no test coverage detected