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