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

Method getCopy

src/query/expression/ExpressionIterator.java:440–444  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

438 }
439
440 @Override
441 public ITimeSyncedIterator getCopy() {
442 final ExpressionIterator ei = new ExpressionIterator(this);
443 return ei;
444 }
445
446 @Override
447 public boolean hasNext(final int i) {

Callers 1

callMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected