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

Enum Commands

src/parser/script_parser.rs:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4use std::collections::HashMap;
5use std::fs;
6
7#[derive(Debug, Clone)]
8pub(crate) enum Commands {
9 OneCmd(Command),
10 VarCmds(Vec<Command>),
11 EmptyCmd,
12}
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected