MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / Close

Method Close

DSView/pv/ZipMaker.cpp:86–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86bool ZipMaker::Close(){
87 if (m_zDoc){
88 zipClose((zipFile)m_zDoc, NULL);
89 m_zDoc = NULL;
90 return true;
91 }
92 return false;
93}
94
95bool ZipMaker::AddFromBuffer(const char *innerFile, const char *buffer, unsigned int buferSize)
96{

Callers 4

StopMethod · 0.45
save_logicMethod · 0.45
save_analogMethod · 0.45
save_dsoMethod · 0.45

Calls 2

zipCloseFunction · 0.85
unzCloseFunction · 0.85

Tested by

no test coverage detected