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

Method Json

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

Source from the content-addressed store, hash-verified

92 }
93
94 std::string Json() const override { return JsonValue().toStyledString(); }
95 Json::Value JsonValue() const override {
96 Json::Value root = ReaderBase::JsonValue();
97 root["type"] = "TimelineTrackingMaskReader";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected