Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ ~queue_file
Method
~queue_file
lib_acl_cpp/src/queue/queue_file.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
queue_file::~queue_file(void)
41
{
42
this->close();
43
}
44
45
bool queue_file::create(const char* home, const char* queueName,
46
const char* extName, unsigned width)
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected