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

Method empty

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

Source from the content-addressed store, hash-verified

112 file.write("Touched files : %s\n" % self.touched_files)
113
114 def empty(self):
115 return not (self.added_files or self.removed_files or
116 self.modified_files or self.touched_files)
117
118
119def build_tree(path):

Callers 14

run_build_systemMethod · 0.80
expect_nothing_moreMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
main_realFunction · 0.80
__init__Method · 0.80
constructMethod · 0.80
constructMethod · 0.80
constructMethod · 0.80
variantFunction · 0.80
runMethod · 0.80
constructMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected