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

Method function_defs

language/move-binary-format/src/binary_views.rs:229–234  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

227 }
228
229 pub fn function_defs(&self) -> Option<&[FunctionDefinition]> {
230 match self {
231 BinaryIndexedView::Module(module) => Some(module.function_defs()),
232 BinaryIndexedView::Script(_) => None,
233 }
234 }
235
236 pub fn function_def_at(
237 &self,

Callers 15

summarize_path_covFunction · 0.45
newMethod · 0.45
build_mappingMethod · 0.45
get_function_defMethod · 0.45
explain_publish_errorFunction · 0.45
newMethod · 0.45
functionsMethod · 0.45
newMethod · 0.45
check_function_defsMethod · 0.45
write_module_to_stringFunction · 0.45
insertMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_runnerFunction · 0.36
verify_moduleFunction · 0.36