Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ AuthenticatorManager
Method
AuthenticatorManager
3rdparty/libprocess/src/authenticator_manager.cpp:120–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
119
120
AuthenticatorManager::AuthenticatorManager()
121
: process(new AuthenticatorManagerProcess())
122
{
123
spawn(process.get());
124
}
125
126
127
AuthenticatorManager::~AuthenticatorManager()
Callers
nothing calls this directly
Calls
2
spawn
Function · 0.70
get
Method · 0.45
Tested by
no test coverage detected