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

Method version

language/move-binary-format/src/binary_views.rs:310–315  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

308 }
309
310 pub fn version(&self) -> u32 {
311 match self {
312 BinaryIndexedView::Module(module) => module.version(),
313 BinaryIndexedView::Script(script) => script.version(),
314 }
315 }
316}
317
318const EMPTY_SIGNATURE: &Signature = &Signature(vec![]);

Callers 15

benchmarkFunction · 0.45
plot_svgFunction · 0.45
create_from_argsMethod · 0.45
mutateFunction · 0.45
newMethod · 0.45
build_common_tablesFunction · 0.45
load_ability_setFunction · 0.45
load_function_defFunction · 0.45
load_codeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected