Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ CreateIntValue
Function
CreateIntValue
common/legacy_value.h:74–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
inline BoolValue CreateBoolValue(bool value) { return BoolValue{value}; }
73
74
inline IntValue CreateIntValue(int64_t value) { return IntValue{value}; }
75
76
inline UintValue CreateUintValue(uint64_t value) { return UintValue{value}; }
77
Callers
2
Evaluate
Method · 0.85
Evaluate
Method · 0.85
Calls
no outgoing calls
Tested by
2
Evaluate
Method · 0.68
Evaluate
Method · 0.68