MCPcopy Create free account
hub / github.com/MhmRdd/NoHello / State

Enum State

module/src/main/cpp/MountRuleParser.cpp:166–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164
165 enum Section { NONE, ROOT, POINT, FILESYSTEM, SOURCE } current = NONE;
166 enum State { WRITING, IDLE } state = IDLE;
167
168 for (std::string& word : tokens) {
169 if (state == IDLE) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected