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

Method copy

test/BoostBuild.py:358–362  ·  view source on GitHub ↗
(self, src, dst)

Source from the content-addressed store, hash-verified

356 self.__ensure_newer_than_last_build(nfile)
357
358 def copy(self, src, dst):
359 try:
360 self.write(dst, self.read(src, binary=True))
361 except:
362 self.fail_test(1)
363
364 def copy_timestamp(self, src, dst):
365 src_name = self.native_file_name(src)

Callers 8

stage.pyFile · 0.80
prebuilt.pyFile · 0.80
setup_archiveFunction · 0.80
test_alias_ruleFunction · 0.80
project_test4.pyFile · 0.80
searched_lib.pyFile · 0.80

Calls 3

writeMethod · 0.95
readMethod · 0.95
fail_testMethod · 0.95

Tested by 1

test_alias_ruleFunction · 0.64