MCPcopy Create free account
hub / github.com/acl-dev/acl / DirectoryOfThisScript

Function DirectoryOfThisScript

.ycm_extra_conf.py:103–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101SOURCE_EXTENSIONS = ['.cpp', '.cxx', '.cc', '.c' ]
102
103def DirectoryOfThisScript():
104 return os.path.dirname( os.path.abspath( __file__ ) )
105
106
107def MakeRelativePathsInFlagsAbsolute( flags, working_directory ):

Callers 1

FlagsForFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…