MCPcopy Create free account
hub / github.com/douchuan/algorithm / SM

Enum SM

src/graph/util/parser.rs:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121enum SM {
122 V,
123 E,
124 Edge,
125}
126
127impl SM {
128 fn step(self) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected