MCPcopy Create free account
hub / github.com/brainboxdotcc/DPP / embed

Method embed

src/dpp/message.cpp:838–839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

836embed::~embed() = default;
837
838embed::embed() : timestamp(0) {
839}
840
841message::message() : managed(0), channel_id(0), guild_id(0), sent(0), edited(0), webhook_id(0), interaction_metadata{},
842 type(mt_default), flags(0), pinned(false), tts(false), mention_everyone(false)

Callers

nothing calls this directly

Calls 7

string_not_nullFunction · 0.85
ts_not_nullFunction · 0.85
int32_not_nullFunction · 0.85
int8_not_nullFunction · 0.85
bool_not_nullFunction · 0.85
containsMethod · 0.80
push_backMethod · 0.80

Tested by

no test coverage detected