Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ init
Method
init
src/test/admin_socket.cc:43–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
{
42
}
43
bool init(const std::string &uri) {
44
return m_asokc->init(uri);
45
}
46
string bind_and_listen(const std::string &sock_path, int *fd) {
47
return m_asokc->bind_and_listen(sock_path, fd);
48
}
Callers
2
TEST
Function · 0.45
SetUp
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected