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

Method __init__

test/tree.py:88–92  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

86
87class TreeDifference:
88 def __init__(self):
89 self.added_files = []
90 self.removed_files = []
91 self.modified_files = []
92 self.touched_files = []
93
94 def append(self, other):
95 self.added_files.extend(other.added_files)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected