Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ ListKeys
Method
ListKeys
eval/public/cel_value.cc:278–280 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
276
bool empty() const override { return true; }
277
278
absl::StatusOr<const CelList*> ListKeys() const override {
279
return EmptyCelList::Get();
280
}
281
};
282
283
} // namespace
Callers
3
operator()
Method · 0.45
ComparisonImpl
Function · 0.45
MapEqual
Function · 0.45
Calls
1
Get
Function · 0.85
Tested by
no test coverage detected