MCPcopy Create free account
hub / github.com/RustOtomeLab/RustEng / end

Method end

src/executors/text_executor.rs:109–111  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

107 }
108
109 pub(crate) fn end(&mut self) {
110 self.current_index = self.full_text.chars().count() - 1;
111 }
112
113 fn next_character(&mut self) -> Option<String> {
114 if !self.is_running {

Callers 1

execute_scriptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected