MCPcopy 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
312def _info(*values):
313 values = list(values) + [""]
314 BoostBuild.annotation(tag, "\n".join(str(x) for x in values))
315
316
317def _infoX(values):

Callers 3

collectDebugInfoFunction · 0.85
_infoXFunction · 0.85
_info_excFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected