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

Method read

test/BoostBuild.py:576–578  ·  view source on GitHub ↗
(self, name, binary=False)

Source from the content-addressed store, hash-verified

574 return ""
575
576 def read(self, name, binary=False):
577 name = self.glob_file(name)
578 return self.__read(name, binary=binary)
579
580 def read_and_strip(self, name):
581 if not self.glob_file(name):

Callers 5

test_toolsetFunction · 0.95
copyMethod · 0.95
expand_toolsetMethod · 0.95
expect_contentMethod · 0.95
__readMethod · 0.45

Calls 2

glob_fileMethod · 0.95
__readMethod · 0.95

Tested by 1

test_toolsetFunction · 0.76