Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
45
pub struct CodeWriterLabel(ByteIndex);
46
47
impl CodeWriter {
48
/// Creates new code writer, with the given default location.
Callers
1
create_label
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected