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

Method module_handles

language/move-binary-format/src/access.rs:245–247  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

243 }
244
245 fn module_handles(&self) -> &[ModuleHandle] {
246 &self.as_script().module_handles
247 }
248
249 fn struct_handles(&self) -> &[StructHandle] {
250 &self.as_script().struct_handles

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