MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / parsePlotParams

Method parsePlotParams

src/tools/CliQuery.java:249–256  ·  view source on GitHub ↗
(final ArrayList<String> params)

Source from the content-addressed store, hash-verified

247 }
248
249 private static HashMap<String, String> parsePlotParams(final ArrayList<String> params) {
250 final HashMap<String, String> result =
251 new HashMap<String, String>(params.size());
252 for (final String param : params) {
253 Tags.parse(result, param.substring(1));
254 }
255 return result;
256 }
257
258}

Callers 1

doQueryMethod · 0.95

Calls 2

parseMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected