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

Function removed

src/linux/routing/link/link.cpp:202–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200
201
202Future<Nothing> removed(const string& link)
203{
204 internal::ExistenceChecker* checker = new internal::ExistenceChecker(link);
205 Future<Nothing> future = checker->future();
206 spawn(checker, true);
207 return future;
208}
209
210
211Result<int> index(const string& _link)

Callers 1

TEST_FFunction · 0.85

Calls 2

spawnFunction · 0.50
futureMethod · 0.45

Tested by 1

TEST_FFunction · 0.68