MCPcopy 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
40queue_file::~queue_file(void)
41{
42 this->close();
43}
44
45bool queue_file::create(const char* home, const char* queueName,
46 const char* extName, unsigned width)

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected