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

Method command_option_choice

src/dpp/slashcommand.cpp:335–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335command_option_choice::command_option_choice(const std::string &n, command_value v) : name(n), value(v)
336{
337}
338
339command_option_choice &command_option_choice::fill_from_json_impl(nlohmann::json *j) {
340 name = string_not_null(j, "name");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected