MCPcopy Create free account
hub / github.com/boostorg/build / tree_difference

Function tree_difference

test/tree.py:132–134  ·  view source on GitHub ↗

Compare TreeNodes A and B, and create a TreeDifference instance.

(a, b)

Source from the content-addressed store, hash-verified

130
131
132def tree_difference(a, b):
133 """Compare TreeNodes A and B, and create a TreeDifference instance."""
134 return _do_tree_difference(a, b, "", True)
135
136
137def _do_tree_difference(a, b, parent_path, root=False):

Callers

nothing calls this directly

Calls 1

_do_tree_differenceFunction · 0.85

Tested by

no test coverage detected