Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
463
int 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
472
void hsclient::debug_enable(bool on)
473
{
Callers
15
hspool_find
Function · 0.45
hspool_update
Function · 0.45
test_getjob
Function · 0.45
test_qpeek
Function · 0.45
test_getjob
Function · 0.45
test_qpeek
Function · 0.45
test_getjob
Function · 0.45
test_qpeek
Function · 0.45
test_getjob
Function · 0.45
test_qpeek
Function · 0.45
test_hello
Function · 0.45
test_show
Function · 0.45
Calls
no outgoing calls
Tested by
10
test_getjob
Function · 0.36
test_qpeek
Function · 0.36
test_getjob
Function · 0.36
test_qpeek
Function · 0.36
test_getjob
Function · 0.36
test_qpeek
Function · 0.36
test_getjob
Function · 0.36
test_qpeek
Function · 0.36
test_hello
Function · 0.36
test_show
Function · 0.36