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

Method Get

eval/public/cel_value.cc:260–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258class EmptyCelMap final : public CelMap {
259 public:
260 static const EmptyCelMap* Get() {
261 static const absl::NoDestructor<EmptyCelMap> instance;
262 return &*instance;
263 }
264
265 absl::optional<CelValue> operator[](CelValue key) const override {
266 return absl::nullopt;

Callers 12

TESTFunction · 0.45
operator()Method · 0.45
HasFunction · 0.45
TEST_FFunction · 0.45
ExportAsProtoValueFunction · 0.45
CelValueToValueFunction · 0.45
ComparisonImplFunction · 0.45
TESTFunction · 0.45
ListEqualFunction · 0.45
MapEqualFunction · 0.45
TESTFunction · 0.45
ApplyQualifierFunction · 0.45

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36