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

Method Name

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

Source from the content-addressed store, hash-verified

41 void SetJsonValue(Json::Value root) { };
42 bool IsOpen() { return true; };
43 std::string Name() { return "TestReader"; };
44 };
45
46 // Create an instance of the derived class

Callers 5

Clip.cppFile · 0.45
ReaderBase.cppFile · 0.45
ImageWriter.cppFile · 0.45
DummyReader.cppFile · 0.45
FrameMapper.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected