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

Method Json

tests/ReaderBase.cpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 void Close() { };
37 void Open() { };
38 std::string Json() const { return ""; };
39 void SetJson(std::string value) { };
40 Json::Value JsonValue() const { return Json::Value("{}"); };
41 void SetJsonValue(Json::Value root) { };

Callers 10

Coordinate.cppFile · 0.45
ColorMap.cppFile · 0.45
Profiles.cppFile · 0.45
KeyFrame.cppFile · 0.45
ReaderBase.cppFile · 0.45
Point.cppFile · 0.45
DummyReader.cppFile · 0.45
ChromaKey.cppFile · 0.45
Color.cppFile · 0.45
FrameMapper.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected