Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SolaWing/xcode-build-server
/ isProjectRoot
Function
isProjectRoot
compile_database.py:35–36 ·
view source on GitHub ↗
(directory)
Source
from the content-addressed store, hash-verified
33
34
35
def
isProjectRoot(directory):
36
return
os.path.exists(os.path.join(directory,
".git"
))
37
38
39
def
additionalFlags(flagsPath):
Callers
2
findSwiftModuleRoot
Function · 0.85
new_file
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected