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

Method getTSUIDs

src/core/SpanGroup.java:487–493  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

485 }
486
487 public List<String> getTSUIDs() {
488 List<String> tsuids = new ArrayList<String>(spans.size());
489 for (Span sp : spans) {
490 tsuids.addAll(sp.getTSUIDs());
491 }
492 return tsuids;
493 }
494
495 /**
496 * Compiles the annotations for each span into a new array list

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.65
getTSUIDsMethod · 0.65

Tested by

no test coverage detected