MCPcopy 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

TESTFunction · 0.45
IsAlreadyWrappedFunction · 0.45
BuildMethod · 0.45
ExpectWrappedMessageMethod · 0.45
TEST_PFunction · 0.45
TEST_PFunction · 0.45
EvaluateMethod · 0.45
EvaluateMethod · 0.45
BM_AllocateMessageFunction · 0.45

Calls

no outgoing calls

Tested by 11

TESTFunction · 0.36
ExpectWrappedMessageMethod · 0.36
TEST_PFunction · 0.36
TEST_PFunction · 0.36
EvaluateMethod · 0.36
EvaluateMethod · 0.36
BM_AllocateMessageFunction · 0.36
BM_AllocateLargeMessageFunction · 0.36