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

Method get_peer

app/master/tools/master_dispatch/server/IConnection.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9const char* IConnection::get_peer(bool full /* = true */) const
10{
11 return conn_->get_peer(full);
12}

Callers 15

thread_on_acceptMethod · 0.45
thread_on_timeoutMethod · 0.45
thread_on_closeMethod · 0.45
build_clusterMethod · 0.45
cluster_meetingMethod · 0.45
get_node_idMethod · 0.45
get_errorMethod · 0.45
get_statusMethod · 0.45
get_integerMethod · 0.45
get_stringMethod · 0.45
get_arrayMethod · 0.45
thread_on_acceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected