MCPcopy Create free account
hub / github.com/apple/foundationdb / Metric

Class Metric

flow/IndexedSet.cpp:534–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532 explicit Key(int key) : key(key) {}
533 };
534 struct Metric {
535 int metric;
536 explicit Metric(int metric) : metric(metric) {}
537 };
538
539 IndexedSet<int, int64_t> is;
540 for (int i = 0; i < 10; ++i)

Callers 7

MapClass · 0.85
insertMethod · 0.85
sumToMethod · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected