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

Function taskName

src/tests/fetcher_cache_tests.cpp:384–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382
383
384static string taskName(int taskIndex)
385{
386 return stringify(taskIndex);
387}
388
389
390// TODO(bernd-mesos): Use Path, not string, create Path::executable().

Callers 3

launchTaskMethod · 0.85
foreachFunction · 0.85
TEST_FFunction · 0.85

Calls 1

stringifyFunction · 0.50

Tested by

no test coverage detected