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

Method IsStringObject

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

Checks if this object is a string object

Source from the content-addressed store, hash-verified

168
169 // Checks if this object is a string object
170 virtual bool IsStringObject() const { return false; }
171
172 // Checks if this object is a byte array object
173 virtual bool IsByteArrayObject() const { return false; }

Callers 1

GetCustomStatusTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected