Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenShot/libopenshot
/ IsOpen
Method
IsOpen
tests/ReaderBase.cpp:42–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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"
; };
44
};
45
Callers
2
ReaderBase.cpp
File · 0.45
ImageWriter.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected