MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / ToString

Method ToString

common/source.h:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87 std::string ToString(SourcePosition begin, SourcePosition end) const;
88 std::string ToString(SourcePosition begin) const {
89 return ToString(begin, size());
90 }
91 std::string ToString() const { return ToString(0); }
92
93 void AppendToString(std::string& dest) const;

Callers

nothing calls this directly

Calls 2

sizeFunction · 0.70
ToStringFunction · 0.50

Tested by

no test coverage detected