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

Method cfg

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

Source from the content-addressed store, hash-verified

396 }
397
398 pub fn cfg(&self) -> &VMControlFlowGraph {
399 &self.cfg
400 }
401}

Callers 4

verifyMethod · 0.80
analyze_functionMethod · 0.80
execute_blockMethod · 0.80
verifyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected