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

Enum Jump

src/executors/executor.rs:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26};
27use tokio::sync::mpsc::Sender;
28
29pub(crate) enum Jump {
30 Label(Label),
31 Index((String, i32)),
32}
33
34fn parse_position(position: &str, distance: &str) -> (f32, f32, f32) {

Callers 1

parse_blockMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected