MCPcopy 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

peekMethod · 0.45
create_masterMethod · 0.45
create_nodeMethod · 0.45
get_masters_infoMethod · 0.45
get_mastersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected