MCPcopy 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
799void 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

openedMethod · 0.45
formatMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected