MCPcopy 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
120AuthenticatorManager::AuthenticatorManager()
121 : process(new AuthenticatorManagerProcess())
122{
123 spawn(process.get());
124}
125
126
127AuthenticatorManager::~AuthenticatorManager()

Callers

nothing calls this directly

Calls 2

spawnFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected