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

Method showStackTrace

src/tsd/HttpQuery.java:127–129  ·  view source on GitHub ↗

@return Whether or not to show stack traces in errors @since 2.0

()

Source from the content-addressed store, hash-verified

125
126 /** @return Whether or not to show stack traces in errors @since 2.0 */
127 public boolean showStackTrace() {
128 return this.show_stack_trace;
129 }
130
131 /**
132 * Return the {@link Deferred} associated with this query.

Callers 1

formatErrorV1Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected