MCPcopy Create free account
hub / github.com/apache/mesos / foreach

Method foreach

3rdparty/libprocess/src/tests/profiler_tests.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 void TearDown() override
59 {
60 foreach (const string& realm, realms) {
61 // We need to wait in order to ensure that the operation
62 // completes before we leave TearDown. Otherwise, we may
63 // leak a mock object.
64 AWAIT_READY(authentication::unsetAuthenticator(realm));
65 }
66 realms.clear();
67 }
68

Callers

nothing calls this directly

Calls 1

unsetAuthenticatorFunction · 0.85

Tested by

no test coverage detected