MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / fromJsonString

Method fromJsonString

extensions/libarchive/ArchiveMetadata.cpp:162–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162ArchiveStack ArchiveStack::fromJsonString(const std::string& input) {
163 ArchiveStack as;
164 as.loadJsonString(input);
165 return as;
166}
167
168void ArchiveStack::loadJson(const rapidjson::Value& lensStack) {
169 for (const auto& metadata : lensStack.GetArray()) {

Callers

nothing calls this directly

Calls 1

loadJsonStringMethod · 0.80

Tested by

no test coverage detected