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

Method IsParsedMessage

common/value.h:573–573  ·  view source on GitHub ↗

Returns `true` if this value is an instance of a parsed message value. If `true` is returned, it is implied that `IsMessage()` would also return true.

Source from the content-addressed store, hash-verified

571 // `true` is returned, it is implied that `IsMessage()` would also return
572 // true.
573 bool IsParsedMessage() const { return variant_.Is<ParsedMessageValue>(); }
574
575 // Returns `true` if this value is an instance of a parsed repeated field
576 // value. If `true` is returned, it is implied that `IsList()` would also

Callers 2

TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.36