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

Function from_json

src/dpp/application.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28using json = nlohmann::json;
29
30void from_json(const json &j, application_integration_types& out) {
31 out = static_cast<dpp::application_integration_types>(j.get<int>());
32}
33
34void from_json(const json &j, application_install_params& out) {
35 auto permissions = j.find("permissions");

Callers

nothing calls this directly

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected