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

Method getNoAnnotations

src/core/TSQuery.java:354–356  ·  view source on GitHub ↗

@return whether or not to supress annotatino output

()

Source from the content-addressed store, hash-verified

352
353 /** @return whether or not to supress annotatino output */
354 public boolean getNoAnnotations() {
355 return no_annotations;
356 }
357
358 /** @return whether or not to load global annotations for the time range */
359 public boolean getGlobalAnnotations() {

Callers 3

doGraphMethod · 0.95
handleQueryMethod · 0.95
callMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected