Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ set_addr
Method
set_addr
lib_fiber/cpp/src/keeper/keeper.hpp:73–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
~task_req() {}
72
73
void set_addr(const char* addr) {
74
addr_ = addr;
75
}
76
77
const char* get_addr() const {
78
return addr_.c_str();
Callers
5
peek
Method · 0.45
create_master
Method · 0.45
create_node
Method · 0.45
get_masters_info
Method · 0.45
get_masters
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected