Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_toolset
Function · 0.95
copy
Method · 0.95
expand_toolset
Method · 0.95
expect_content
Method · 0.95
__read
Method · 0.45
Calls
2
glob_file
Method · 0.95
__read
Method · 0.95
Tested by
1
test_toolset
Function · 0.76