MCPcopy Index your code
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
153 pub(crate) fn insert_label(&mut self, label: String, index: usize) {
154 self.labels.insert(label, index);
155 }
156
157 pub(crate) fn push_backlog(
158 &mut self,
159 name: SharedString,

Callers 1

parse_blockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected