Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ _info
Function
_info
v2/test/collect_debug_info.py:312–314 ·
view source on GitHub ↗
(*values)
Source
from the content-addressed store, hash-verified
310
311
312
def
_info(*values):
313
values = list(values) + [
""
]
314
BoostBuild.annotation(tag,
"\n"
.join(str(x)
for
x in values))
315
316
317
def
_infoX(values):
Callers
3
collectDebugInfo
Function · 0.85
_infoX
Function · 0.85
_info_exc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected