MCPcopy Create free account
hub / github.com/acl-dev/acl / close

Method close

lib_acl_cpp/src/queue/queue_file.cpp:208–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208void queue_file::close(void)
209{
210 if (m_fp) {
211 delete m_fp;
212 m_fp = NULL;
213 nwriten_ = 0;
214 }
215}
216
217acl::fstream* queue_file::get_fstream(void) const
218{

Callers 3

~queue_fileMethod · 0.95
removeMethod · 0.95
move_fileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected