Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ quit
Method
quit
lib_acl_cpp/src/beanstalk/beanstalk.cpp:799–805 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
797
}
798
799
void beanstalk::quit(void)
800
{
801
if (conn_.opened()) {
802
conn_.format(
"quit\r\n"
);
803
conn_.close();
804
}
805
}
806
807
} // namespace acl
808
Callers
nothing calls this directly
Calls
3
opened
Method · 0.45
format
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected