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

Enum Section

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

Source from the content-addressed store, hash-verified

163 auto tokens = tokenizePreserveQuotes(ruleText);
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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected