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

Method append

v2/test/tree.py:94–98  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

92 self.touched_files = []
93
94 def append(self, other):
95 self.added_files.extend(other.added_files)
96 self.removed_files.extend(other.removed_files)
97 self.modified_files.extend(other.modified_files)
98 self.touched_files.extend(other.touched_files)
99
100 def ignore_directories(self):
101 """Removes directories from our lists of found differences."""

Callers 15

_do_tree_differenceFunction · 0.95
add_pre_build_hookFunction · 0.80
actual_clean_targetsFunction · 0.80
main_realFunction · 0.80
constructMethod · 0.80
generate_exampleFunction · 0.80
adjust_propertiesMethod · 0.80
constructMethod · 0.80
targets_to_stageMethod · 0.80
collect_targetsMethod · 0.80
runMethod · 0.80
installFunction · 0.80

Calls

no outgoing calls

Tested by 7

make_testFunction · 0.64
runFunction · 0.64
run_failFunction · 0.64
dump_testFunction · 0.64
test1Function · 0.64
runMethod · 0.64
workdir_setMethod · 0.64