Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
hooks_echo_to_log = False
12
13
def
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
20
cmd_split_pattern = re.compile(
Callers
9
parse_compile_swift_module
Method · 0.85
parse_swift_error
Method · 0.85
parse_swift_driver_module
Method · 0.85
parse_c
Method · 0.85
parse_pch
Method · 0.85
parse
Method · 0.85
within_output_lock
Function · 0.85
_parse
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected