MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / SetJsonValue

Method SetJsonValue

src/DummyReader.cpp:184–189  ·  view source on GitHub ↗

Load Json::Value into this object

Source from the content-addressed store, hash-verified

182
183// Load Json::Value into this object
184void DummyReader::SetJsonValue(const Json::Value root) {
185
186 // Set parent data
187 ReaderBase::SetJsonValue(root);
188
189}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected