MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / ProcessIncludeOrderOption

Function ProcessIncludeOrderOption

src/tests/coding/cpplint.py:917–924  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

915 PrintUsage('Header extensions must be comma separated list.')
916
917def ProcessIncludeOrderOption(val):
918 if val is None or val == "default":
919 pass
920 elif val == "standardcfirst":
921 global _include_order
922 _include_order = val
923 else:
924 PrintUsage('Invalid includeorder value %s. Expected default|standardcfirst')
925
926def IsHeaderExtension(file_extension):
927 return file_extension in GetHeaderExtensions()

Callers 2

ProcessConfigOverridesFunction · 0.85
ParseArgumentsFunction · 0.85

Calls 1

PrintUsageFunction · 0.85

Tested by

no test coverage detected