MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / parse

Method parse

Bcore/src/main/cpp/Dobby/tests/catch.hpp:5900–5902  ·  view source on GitHub ↗

The exe name is not parsed out of the normal tokens, but is handled specially

Source from the content-addressed store, hash-verified

5898
5899 // The exe name is not parsed out of the normal tokens, but is handled specially
5900 auto parse(std::string const &, TokenStream const &tokens) const -> InternalParseResult override {
5901 return InternalParseResult::ok(ParseState(ParseResultType::NoMatch, tokens));
5902 }
5903
5904 auto name() const -> std::string {
5905 return *m_name;

Callers

nothing calls this directly

Calls 1

ParseStateClass · 0.85

Tested by

no test coverage detected