Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustOtomeLab/RustEng
/ insert_label
Method
insert_label
src/script.rs:154–156 ·
view source on GitHub ↗
(&mut self, label: String, index: usize)
Source
from the content-addressed store, hash-verified
152
let command = self.commands.get(self.current_block);
153
if self.read_block <= self.current_block {
154
self.read_block += 1;
155
}
156
self.current_block += 1;
157
command
158
}
159
Callers
1
parse_block
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected