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

Method IsOpen

src/ImageWriter.h:87–87  ·  view source on GitHub ↗

Determine if writer is open or closed

Source from the content-addressed store, hash-verified

85
86 /// Determine if writer is open or closed
87 bool IsOpen() { return is_open; };
88
89 /// Open writer
90 void Open();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected