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

Method application

src/dpp/application.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51application::application() : managed(0), bot_public(false), bot_require_code_grant(false), guild_id(0), primary_sku_id(0), flags(0)
52{
53}
54
55application::~application() = default;
56

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected