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

Method block_end

language/move-binary-format/src/control_flow_graph.rs:259–261  ·  view source on GitHub ↗
(&self, block_id: BlockId)

Source from the content-addressed store, hash-verified

257 }
258
259 fn block_end(&self, block_id: BlockId) -> CodeOffset {
260 self.blocks[&block_id].exit
261 }
262
263 fn successors(&self, block_id: BlockId) -> &Vec<BlockId> {
264 &self.blocks[&block_id].successors

Callers 4

summarize_path_covFunction · 0.80
instr_indexesMethod · 0.80
verify_blockMethod · 0.80
execute_blockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected