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

Method set_backlog

src/script.rs:134–136  ·  view source on GitHub ↗
(&mut self, backlog: Vec<BackLog>)

Source from the content-addressed store, hash-verified

132
133 pub(crate) fn set_backlog(&mut self, backlog: Vec<BackLogItem>) {
134 self.backlog = backlog;
135 }
136
137 pub(crate) fn insert_background(&mut self, index: usize, command: Command) {
138 self.backgrounds.insert(index, command);
139 }

Callers 1

execute_jumpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected