MCPcopy Index your code
hub / github.com/RustOtomeLab/RustEng / insert_clear

Method insert_clear

src/script.rs:150–152  ·  view source on GitHub ↗
(&mut self, index: usize)

Source from the content-addressed store, hash-verified

148
149 pub(crate) fn insert_clear(&mut self, index: usize) {
150 self.clear.insert(index);
151 }
152
153 pub(crate) fn insert_label(&mut self, label: String, index: usize) {
154 self.labels.insert(label, index);
155 }

Callers 1

parse_blockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected