Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SolaWing/xcode-build-server
/ readFileArgs
Function
readFileArgs
compile_database.py:100–102 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
98
99
100
def
readFileArgs(path):
101
with
open(path)
as
f:
102
return
cmd_split(f.read())
103
104
105
# Use file content as command line arguments, will perform shell word splitting
Callers
1
getFileArgs
Function · 0.85
Calls
1
cmd_split
Function · 0.70
Tested by
no test coverage detected