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

Method action

src/parser/script_parser.rs:68–74  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

66 }
67
68 pub(crate) fn action(&self) -> &String {
69 if let Command::Move { action, .. } = self {
70 action
71 } else {
72 unreachable!()
73 }
74 }
75
76 pub(crate) fn back(&self) -> Command {
77 if let Command::Move {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected