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

Method getBranchIdRoot

test/tree/TestBranch.java:147–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145 }
146
147 @Test
148 public void getBranchIdRoot() {
149 final Branch branch = buildTestBranch(tree);;
150 assertEquals("0001", branch.getBranchId());
151 }
152
153 @Test
154 public void getBranchIdChild() {

Callers

nothing calls this directly

Calls 2

buildTestBranchMethod · 0.95
getBranchIdMethod · 0.95

Tested by

no test coverage detected