MCPcopy Create free account
hub / github.com/comaps/comaps / ToString

Method ToString

libs/search/pysearch/bindings.cpp:119–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117struct TraceResult
118{
119 string ToString() const
120 {
121 ostringstream os;
122 os << "parse: [" << strings::JoinStrings(m_parse, ", ") << "], ";
123 os << "is_category: " << boolalpha << m_isCategory;
124 return os.str();
125 }
126
127 vector<string> m_parse;
128 bool m_isCategory = false;

Callers

nothing calls this directly

Calls 1

JoinStringsFunction · 0.85

Tested by

no test coverage detected