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

Method address_identifier_at

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

Source from the content-addressed store, hash-verified

231 }
232
233 fn address_identifier_at(&self, idx: AddressIdentifierIndex) -> &AccountAddress {
234 &self.as_script().address_identifiers[idx.into_index()]
235 }
236
237 fn constant_at(&self, idx: ConstantPoolIndex) -> &Constant {
238 &self.as_script().constant_pool[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