Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ notify
Method
notify
lib_acl_cpp/src/redis/redis_client_pipeline.cpp:553–556 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
551
}
552
553
void redis_client_pipeline::notify(redis_pipeline_message *msg) const
554
{
555
box_->push(msg, false);
556
}
557
558
box<redis_pipeline_message>* redis_client_pipeline::create_box()
559
{
Callers
2
handle_result
Method · 0.45
run
Method · 0.45
Calls
1
push
Method · 0.45
Tested by
no test coverage detected