MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / JSONValueIsMember

Function JSONValueIsMember

Source/Scripting/angelscript/asfuncs.cpp:6083–6085  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6081}
6082
6083static bool JSONValueIsMember(Json::Value* self, const std::string& key) {
6084 return self->isMember(key);
6085}
6086
6087static CScriptArray* JSONValueGetMembers(Json::Value* self) {
6088 asIScriptContext* ctx = asGetActiveContext();

Callers

nothing calls this directly

Calls 1

isMemberMethod · 0.45

Tested by

no test coverage detected