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

Method IsByteArrayObject

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

Checks if this object is a byte array object

Source from the content-addressed store, hash-verified

171
172 // Checks if this object is a byte array object
173 virtual bool IsByteArrayObject() const { return false; }
174
175 // Gets the last child element with the specified field number.
176 virtual ObjectBase* GetFieldObject(FieldNumber fieldNumber) { return nullptr; }

Callers 2

GetGuildFoldersMethod · 0.45
GetGuildFoldersExMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected