Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ shutdown
Method
shutdown
src/test/admin_socket.cc:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
return m_asokc->bind_and_listen(sock_path, fd);
48
}
49
bool shutdown() {
50
m_asokc->shutdown();
51
return true;
52
}
53
AdminSocket *m_asokc;
54
};
55
Callers
2
TEST
Function · 0.45
TearDown
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected