Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ put
Method
put
app/master/tools/master_dispatch/manager/pull_mode/message_manager.cpp:21–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
void message_manager::put(message* msg)
22
{
23
if (acl_aqueue_push(queue_, msg) < 0)
24
logger_error(
"push msg failed!"
);
25
}
26
27
message* message_manager::pop()
28
{
Callers
8
put_data
Method · 0.45
get_string
Method · 0.45
get_array
Method · 0.45
get_line
Method · 0.45
get_objects
Method · 0.45
gidNext
Method · 0.45
doApp
Method · 0.45
run
Method · 0.45
Calls
1
acl_aqueue_push
Function · 0.85
Tested by
no test coverage detected