MCPcopy Create free account
hub / github.com/SolaWing/xcode-build-server / echo

Function echo

xclog_parser.py:13–17  ·  view source on GitHub ↗
(s: str)

Source from the content-addressed store, hash-verified

11hooks_echo_to_log = False
12
13def echo(s: str):
14 if hooks_echo_to_log:
15 logging.getLogger("parser").debug(s)
16 else:
17 print(s, file=sys.stderr)
18
19
20cmd_split_pattern = re.compile(

Callers 9

parse_swift_errorMethod · 0.85
parse_cMethod · 0.85
parse_pchMethod · 0.85
parseMethod · 0.85
within_output_lockFunction · 0.85
_parseFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected