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

Method call

src/tsd/GraphHandler.java:277–282  ·  view source on GitHub ↗
(final List<Annotation> global_annotations)

Source from the content-addressed store, hash-verified

275
276 class GlobalCB implements Callback<Object, List<Annotation>> {
277 public Object call(final List<Annotation> global_annotations) throws Exception {
278 rungnuplot.plot.setGlobals(global_annotations);
279 execGnuplot(rungnuplot, query);
280
281 return null;
282 }
283 }
284
285 // Fetch global annotations, if needed

Callers

nothing calls this directly

Calls 2

setGlobalsMethod · 0.80
execGnuplotMethod · 0.80

Tested by

no test coverage detected