Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ DirectoryOfThisScript
Function
DirectoryOfThisScript
scripts/linux/ycm_extra_conf.py:74–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
SOURCE_EXTENSIONS = [
'.cpp'
,
'.cxx'
,
'.cc'
,
'.c'
,
'.m'
,
'.mm'
]
73
74
def
DirectoryOfThisScript():
75
return
os.path.dirname( os.path.abspath( __file__ ) )
76
77
78
def
MakeRelativePathsInFlagsAbsolute( flags, working_directory ):
Callers
1
FlagsForFile
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected