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

Method Json

src/CacheDisk.cpp:417–421  ·  view source on GitHub ↗

Generate JSON string of this object

Source from the content-addressed store, hash-verified

415
416// Generate JSON string of this object
417std::string CacheDisk::Json() {
418
419 // Return formatted string
420 return JsonValue().toStyledString();
421}
422
423// Generate Json::Value for this object
424Json::Value CacheDisk::JsonValue() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected