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

Function isOperation

src/linux/cgroups.cpp:1867–1875  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1865
1866
1867static bool isOperation(const string& s)
1868{
1869 return (s == "Total" ||
1870 s == "Read" ||
1871 s == "Write" ||
1872 s == "Sync" ||
1873 s == "Async" ||
1874 s == "Discard");
1875}
1876
1877
1878static Try<Operation> parseOperation(const string& s)

Callers 1

parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected