Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.cpp
File · 0.45
ReaderBase.cpp
File · 0.45
ImageWriter.cpp
File · 0.45
DummyReader.cpp
File · 0.45
FrameMapper.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected