Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_F
Function · 0.45
TestTypeConverts
Method · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
3
TEST_F
Function · 0.36
TestTypeConverts
Method · 0.36
TEST_F
Function · 0.36