MCPcopy 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

72inline BoolValue CreateBoolValue(bool value) { return BoolValue{value}; }
73
74inline IntValue CreateIntValue(int64_t value) { return IntValue{value}; }
75
76inline UintValue CreateUintValue(uint64_t value) { return UintValue{value}; }
77

Callers 2

EvaluateMethod · 0.85
EvaluateMethod · 0.85

Calls

no outgoing calls

Tested by 2

EvaluateMethod · 0.68
EvaluateMethod · 0.68