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

Method audit_entry

src/dpp/auditlog.cpp:30–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28using json = nlohmann::json;
29
30audit_entry::audit_entry(): type(aut_guild_update) {
31}
32
33audit_entry &audit_entry::fill_from_json_impl(nlohmann::json *j) {
34 this->id = snowflake_not_null(j, "id");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected