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

Method IsDuration

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

Source from the content-addressed store, hash-verified

377 bool IsMessage() const { return value_.is<MessageWrapper>(); }
378
379 bool IsDuration() const { return value_.is<absl::Duration>(); }
380
381 bool IsTimestamp() const { return value_.is<absl::Time>(); }
382

Callers 3

TEST_FFunction · 0.45
TestTypeConvertsMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
TestTypeConvertsMethod · 0.36
TEST_FFunction · 0.36