Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
132
BasicAuthenticator::~BasicAuthenticator()
133
{
134
terminate(*process_);
135
wait(*process_);
136
}
137
138
139
Future<AuthenticationResult> BasicAuthenticator::authenticate(
Callers
nothing calls this directly
Calls
2
terminate
Function · 0.70
wait
Function · 0.70
Tested by
no test coverage detected