Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ get_queueName
Method
get_queueName
lib_acl_cpp/src/queue/queue_manager.cpp:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
const char* queue_manager::get_queueName(void) const
70
{
71
return m_queueName.c_str();
72
}
73
74
queue_file* queue_manager::create_file(const char* extName)
75
{
Callers
2
rename_extname
Method · 0.80
move_file
Method · 0.80
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected