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

Method SetJson

tests/Timeline.cpp:201–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 return root;
200 }
201 void SetJson(const std::string value) override { (void) value; }
202 void SetJsonValue(const Json::Value root) override { ReaderBase::SetJsonValue(root); }
203};
204

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected