Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
use std::collections::HashMap;
5
use std::fs;
6
7
#[derive(Debug, Clone)]
8
pub(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