Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ NewUintConst
Method
NewUintConst
parser/macro_expr_factory.h:72–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
ABSL_MUST_USE_RESULT Expr NewUintConst(uint64_t value) {
73
return NewUintConst(NextId(), value);
74
}
75
76
ABSL_MUST_USE_RESULT Expr NewDoubleConst(double value) {
77
return NewDoubleConst(NextId(), value);
Callers
1
visitUint
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected