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

Function foreach

3rdparty/libprocess/src/firewall.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 const hashset<string>& _paths)
27{
28 foreach (const string& path, _paths) {
29 paths.insert(process::absolutePath(path));
30 }
31}
32
33} // namespace firewall {

Callers

nothing calls this directly

Calls 2

absolutePathFunction · 0.85
insertMethod · 0.80

Tested by

no test coverage detected