MCPcopy 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
100def 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

getFileArgsFunction · 0.85

Calls 1

cmd_splitFunction · 0.70

Tested by

no test coverage detected