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

Class CodeWriterLabel

language/move-model/src/code_writer.rs:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43/// code at this position.
44#[derive(Debug, Clone, Copy)]
45pub struct CodeWriterLabel(ByteIndex);
46
47impl CodeWriter {
48 /// Creates new code writer, with the given default location.

Callers 1

create_labelMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected