Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ ListKeys
Method
ListKeys
eval/public/builtin_func_test.cc:1172–1174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1170
}
1171
1172
absl::StatusOr<const CelList*> ListKeys() const override {
1173
return keys_.get();
1174
}
1175
1176
private:
1177
std::map<T, CelValue> data_;
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected