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

Method DebugString

codelab/network_functions.cc:267–269  ·  view source on GitHub ↗

implement the OpaqueValueInterface

Source from the content-addressed store, hash-verified

265
266 // implement the OpaqueValueInterface
267 std::string DebugString() const final {
268 return absl::StrCat("net.ParseAddressMatcher('", "TODO(uncreated-issue/86)", "')");
269 }
270
271 absl::string_view GetTypeName() const final { return "net.AddressMatcher"; }
272

Callers 7

EvalCheckedExprFunction · 0.45
TEST_PFunction · 0.45
EvaluateMethod · 0.45
EvalCheckedExprFunction · 0.45
EvaluateMethod · 0.45

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.36