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

Function foreachvalue

src/linux/cgroups.cpp:561–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559
560 set<string> names;
561 foreachvalue (const internal::SubsystemInfo& info, infos.get()) {
562 if (info.enabled) {
563 names.insert(info.name);
564 }
565 }
566
567 return names;
568}

Callers 1

sampleFunction · 0.70

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected