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