MCPcopy Create free account
hub / github.com/apache/mesos / ~BasicAuthenticator

Method ~BasicAuthenticator

3rdparty/libprocess/src/authenticator.cpp:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131
132BasicAuthenticator::~BasicAuthenticator()
133{
134 terminate(*process_);
135 wait(*process_);
136}
137
138
139Future<AuthenticationResult> BasicAuthenticator::authenticate(

Callers

nothing calls this directly

Calls 2

terminateFunction · 0.70
waitFunction · 0.70

Tested by

no test coverage detected