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

Method IsTimestamp

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

Source from the content-addressed store, hash-verified

379 bool IsDuration() const { return value_.is<absl::Duration>(); }
380
381 bool IsTimestamp() const { return value_.is<absl::Time>(); }
382
383 bool IsList() const { return value_.is<const CelList*>(); }
384

Callers 4

TEST_FFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36