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

Method identifiers

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

Source from the content-addressed store, hash-verified

56 }
57
58 pub fn identifiers(&self) -> &[Identifier] {
59 match self {
60 BinaryIndexedView::Module(module) => module.identifiers(),
61 BinaryIndexedView::Script(script) => script.identifiers(),
62 }
63 }
64
65 pub fn identifier_at(&self, idx: IdentifierIndex) -> &IdentStr {
66 match self {

Callers 7

check_module_handleMethod · 0.45
check_struct_handleMethod · 0.45
check_function_handleMethod · 0.45
check_struct_defMethod · 0.45
newMethod · 0.45
verify_module_implMethod · 0.45
verify_script_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected