MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / Int64OrDie

Method Int64OrDie

eval/public/cel_value.h:286–286  ·  view source on GitHub ↗

Returns stored int64 value. Fails if stored value type is not int64.

Source from the content-addressed store, hash-verified

284 // Returns stored int64 value.
285 // Fails if stored value type is not int64.
286 int64_t Int64OrDie() const { return GetValueOrDie<int64_t>(Type::kInt64); }
287
288 // Returns stored uint64 value.
289 // Fails if stored value type is not uint64.

Callers 15

TEST_FFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TestTypeConvertsMethod · 0.80
TestFunctionsMethod · 0.80
TEST_FFunction · 0.80
FakeInt64MapMethod · 0.80
KeyAsStringFunction · 0.80

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TestTypeConvertsMethod · 0.64
TestFunctionsMethod · 0.64
TEST_FFunction · 0.64
FakeInt64MapMethod · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64