MCPcopy Create free account
hub / github.com/DiscordMessenger/dm / IsEmbeddedMessageObject

Method IsEmbeddedMessageObject

deps/protobuf/Protobuf.hpp:164–164  ·  view source on GitHub ↗

Checks if this object is an embedded message object.

Source from the content-addressed store, hash-verified

162
163 // Checks if this object is an embedded message object.
164 virtual bool IsEmbeddedMessageObject() const { return false; }
165
166 // Checks if this object is a byte storage object. Namely, a message, string or byte array object.
167 virtual bool IsByteStorageObject() const { return false; }

Callers 1

AddObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected