Method
function_handle_at
(&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
Tested by
no test coverage detected