Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ CreateBool
Method
CreateBool
eval/public/cel_value.h:188–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
static CelValue CreateNullTypedValue() { return CelValue(NullType()); }
187
188
static CelValue CreateBool(bool value) { return CelValue(value); }
189
190
static CelValue CreateInt64(int64_t value) { return CelValue(value); }
191
Callers
nothing calls this directly
Calls
1
CelValue
Class · 0.85
Tested by
no test coverage detected