MCPcopy Create free account
hub / github.com/acl-dev/acl / get_id

Method get_id

lib_acl_cpp/src/hsocket/hsclient.cpp:463–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461}
462
463int hsclient::get_id(void) const
464{
465 if (tbl_curr_ == NULL) {
466 logger_warn("tbl not open!");
467 return -1;
468 }
469 return tbl_curr_->id_;
470}
471
472void hsclient::debug_enable(bool on)
473{

Callers 15

hspool_findFunction · 0.45
hspool_updateFunction · 0.45
test_getjobFunction · 0.45
test_qpeekFunction · 0.45
test_getjobFunction · 0.45
test_qpeekFunction · 0.45
test_getjobFunction · 0.45
test_qpeekFunction · 0.45
test_getjobFunction · 0.45
test_qpeekFunction · 0.45
test_helloFunction · 0.45
test_showFunction · 0.45

Calls

no outgoing calls

Tested by 10

test_getjobFunction · 0.36
test_qpeekFunction · 0.36
test_getjobFunction · 0.36
test_qpeekFunction · 0.36
test_getjobFunction · 0.36
test_qpeekFunction · 0.36
test_getjobFunction · 0.36
test_qpeekFunction · 0.36
test_helloFunction · 0.36
test_showFunction · 0.36