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

Method identifier_at

language/move-binary-format/src/access.rs:229–231  ·  view source on GitHub ↗
(&self, idx: IdentifierIndex)

Source from the content-addressed store, hash-verified

227 }
228
229 fn identifier_at(&self, idx: IdentifierIndex) -> &IdentStr {
230 &self.as_script().identifiers[idx.into_index()]
231 }
232
233 fn address_identifier_at(&self, idx: AddressIdentifierIndex) -> &AccountAddress {
234 &self.as_script().address_identifiers[idx.into_index()]

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