MCPcopy Create free account
hub / github.com/VCVRack/Rack / json_array_foreach

Function json_array_foreach

src/settings.cpp:457–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455 size_t i;
456 json_t* pathJ;
457 json_array_foreach(recentPatchPathsJ, i, pathJ) {
458 std::string path = json_string_value(pathJ);
459 recentPatchPaths.push_back(path);
460 }
461 }
462 // Update recent patches to use new dir
463 if (asset::oldUserDir != "") {

Callers

nothing calls this directly

Calls 1

fromHexStringFunction · 0.85

Tested by

no test coverage detected