MCPcopy Create free account
hub / github.com/alibaba/GraphScope / ProcessIncludeOrderOption

Function ProcessIncludeOrderOption

analytical_engine/misc/cpplint.py:921–928  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

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

Callers 2

ProcessConfigOverridesFunction · 0.85
ParseArgumentsFunction · 0.85

Calls 1

PrintUsageFunction · 0.85

Tested by

no test coverage detected