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

Method step

src/graph/util/parser.rs:128–134  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

126
127impl SM {
128 fn step(self) -> Self {
129 match self {
130 SM::V => Self::E,
131 SM::E => Self::Edge,
132 SM::Edge => Self::Edge,
133 }
134 }
135}
136
137#[test]

Callers 1

parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected