MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / repo_relative

Function repo_relative

scripts/check_code_format.py:38–39  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

36from argparse import RawDescriptionHelpFormatter
37
38def repo_relative(path):
39 return os.path.abspath(os.path.join(os.path.dirname(__file__), '..', path))
40
41#
42#

Callers 3

VerifyClangFormatSourceFunction · 0.70
VerifyTrailingWhiteSpaceFunction · 0.70
VerifyCopyrightsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected