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

Function tree_difference

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

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

(a, b)

Source from the content-addressed store, hash-verified

128
129
130def tree_difference(a, b):
131 """Compare TreeNodes A and B, and create a TreeDifference instance."""
132 return _do_tree_difference(a, b, "", True)
133
134
135def _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