Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ IsMessage
Method
IsMessage
eval/public/cel_value.h:377–377 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
375
bool IsBytes() const { return value_.is<BytesHolder>(); }
376
377
bool IsMessage() const { return value_.is<MessageWrapper>(); }
378
379
bool IsDuration() const { return value_.is<absl::Duration>(); }
380
Callers
13
TEST
Function · 0.45
ExpectUnwrappedMessage
Method · 0.45
IsAlreadyWrapped
Function · 0.45
Build
Method · 0.45
ExpectWrappedMessage
Method · 0.45
ExpectUnwrappedMessage
Method · 0.45
RunExpressionAndGetMessage
Function · 0.45
TEST_P
Function · 0.45
TEST_P
Function · 0.45
Evaluate
Method · 0.45
Evaluate
Method · 0.45
BM_AllocateMessage
Function · 0.45
Calls
no outgoing calls
Tested by
11
TEST
Function · 0.36
ExpectUnwrappedMessage
Method · 0.36
ExpectWrappedMessage
Method · 0.36
ExpectUnwrappedMessage
Method · 0.36
RunExpressionAndGetMessage
Function · 0.36
TEST_P
Function · 0.36
TEST_P
Function · 0.36
Evaluate
Method · 0.36
Evaluate
Method · 0.36
BM_AllocateMessage
Function · 0.36
BM_AllocateLargeMessage
Function · 0.36