MCPcopy 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
35def isProjectRoot(directory):
36 return os.path.exists(os.path.join(directory, ".git"))
37
38
39def additionalFlags(flagsPath):

Callers 2

findSwiftModuleRootFunction · 0.85
new_fileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected