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

Method function_handle_at

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

Source from the content-addressed store, hash-verified

219 }
220
221 fn function_handle_at(&self, idx: FunctionHandleIndex) -> &FunctionHandle {
222 &self.as_script().function_handles[idx.into_index()]
223 }
224
225 fn signature_at(&self, idx: SignatureIndex) -> &Signature {
226 &self.as_script().signatures[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