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

Method IsOpen

src/DummyReader.h:123–123  ·  view source on GitHub ↗

Determine if reader is open or closed

Source from the content-addressed store, hash-verified

121
122 /// Determine if reader is open or closed
123 bool IsOpen() override { return is_open; };
124
125 /// Return the type name of the class
126 std::string Name() override { return "DummyReader"; };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected