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

Method SetJson

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

Source from the content-addressed store, hash-verified

148 return root;
149 }
150 void SetJson(const std::string value) override { (void) value; }
151 void SetJsonValue(const Json::Value root) override { ReaderBase::SetJsonValue(root); }
152};
153

Callers 1

Timeline.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected