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

Method function_handle_at

language/move-binary-format/src/binary_views.rs:128–133  ·  view source on GitHub ↗
(&self, idx: FunctionHandleIndex)

Source from the content-addressed store, hash-verified

126 }
127
128 pub fn function_handle_at(&self, idx: FunctionHandleIndex) -> &FunctionHandle {
129 match self {
130 BinaryIndexedView::Module(module) => module.function_handle_at(idx),
131 BinaryIndexedView::Script(script) => script.function_handle_at(idx),
132 }
133 }
134
135 pub fn function_instantiations(&self) -> &[FunctionInstantiation] {
136 match self {

Callers 15

summarize_path_covFunction · 0.45
newMethod · 0.45
build_mappingMethod · 0.45
report_exec_stateMethod · 0.45
disassembleMethod · 0.45
explain_publish_errorFunction · 0.45
resolve_functionMethod · 0.45
generate_bytecodeMethod · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by 1

report_exec_stateMethod · 0.36