MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / operator()

Method operator()

eval/public/cel_value.h:479–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477 struct NullCheckOp {
478 template <typename T>
479 bool operator()(const T&) const {
480 return false;
481 }
482
483 bool operator()(NullType) const { return true; }
484 // Note: this is not typically possible, but is supported for allowing

Callers

nothing calls this directly

Calls 1

message_ptrMethod · 0.80

Tested by

no test coverage detected