Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
208
void queue_file::close(void)
209
{
210
if (m_fp) {
211
delete m_fp;
212
m_fp = NULL;
213
nwriten_ = 0;
214
}
215
}
216
217
acl::fstream* queue_file::get_fstream(void) const
218
{
Callers
3
~queue_file
Method · 0.95
remove
Method · 0.95
move_file
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected