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

Method JsonValue

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

Source from the content-addressed store, hash-verified

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) { };
42 bool IsOpen() { return true; };
43 std::string Name() { return "TestReader"; };

Callers 12

Coordinate.cppFile · 0.45
ColorMap.cppFile · 0.45
Clip.cppFile · 0.45
Mask.cppFile · 0.45
KeyFrame.cppFile · 0.45
ReaderBase.cppFile · 0.45
CacheMemory.cppFile · 0.45
CacheDisk.cppFile · 0.45
Point.cppFile · 0.45
DummyReader.cppFile · 0.45
ChromaKey.cppFile · 0.45
Color.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected