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

Method push_command

src/script.rs:167–169  ·  view source on GitHub ↗
(&mut self, command: Commands)

Source from the content-addressed store, hash-verified

165 }
166
167 pub(crate) fn push_command(&mut self, command: Commands) {
168 self.commands.push(command);
169 }
170
171 pub(crate) fn backlog(&self) -> Vec<(SharedString, SharedString, i32, SharedString)> {
172 let total = self.backlog.len();

Callers 1

parse_blockMethod · 0.80

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected