MCPcopy Create free account
hub / github.com/3rdparty/libprocess / remove

Function remove

include/process/metrics/metrics.hpp:109–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107
108
109inline Future<Nothing> remove(const Metric& metric)
110{
111 // The metrics process is instantiated in `process::initialize`.
112 process::initialize();
113
114 return dispatch(
115 internal::metrics,
116 &internal::MetricsProcess::remove,
117 metric.name());
118}
119
120
121inline Future<std::map<std::string, double>> snapshot(

Callers 13

getUsagePathMethod · 0.85
acceptsEncodingMethod · 0.85
_acceptsMediaTypeMethod · 0.85
parseFunction · 0.85
encodeFunction · 0.85
http.cppFile · 0.85
getFunction · 0.85
RouteProcessMethod · 0.85
consumeMethod · 0.85
TEST_FFunction · 0.85
foreachFunction · 0.85
TEST_PFunction · 0.85

Calls 2

initializeFunction · 0.50
dispatchFunction · 0.50

Tested by 3

TEST_FFunction · 0.68
foreachFunction · 0.68
TEST_PFunction · 0.68