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

Method IsInt64

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

Source from the content-addressed store, hash-verified

365 bool IsBool() const { return value_.is<bool>(); }
366
367 bool IsInt64() const { return value_.is<int64_t>(); }
368
369 bool IsUint64() const { return value_.is<uint64_t>(); }
370

Callers 15

TEST_FFunction · 0.80
TESTFunction · 0.80
TestTypeConvertsMethod · 0.80
TestFunctionsMethod · 0.80
TEST_FFunction · 0.80
FakeInt64MapMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
MatchesMapKeyTypeFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 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
TEST_PFunction · 0.64