MCPcopy Create free account
hub / github.com/BowenFu/hspp / StringParser

Method StringParser

include/parser.h:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 std::string mCs;
68public:
69 StringParser(std::string cs)
70 : mCs{std::move(cs)}
71 {}
72 auto operator()(std::string str) const -> std::vector<std::tuple<std::string, std::string>>
73 {
74 if (mCs.empty())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected