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

Method copyChangesNone

test/tree/TestTree.java:109–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 }
108
109 @Test
110 public void copyChangesNone() throws Exception {
111 final Tree tree = buildTestTree();
112 final Tree tree2 = buildTestTree();
113 assertFalse(tree.copyChanges(tree2, false));
114 }
115
116 @Test
117 public void copyChangesOverride() throws Exception {

Callers

nothing calls this directly

Calls 2

buildTestTreeMethod · 0.95
copyChangesMethod · 0.95

Tested by

no test coverage detected