MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / ProcessIncludeOrderOption

Function ProcessIncludeOrderOption

steps/cpplint.py:932–939  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

930 PrintUsage('Header extensions must be comma separated list.')
931
932def ProcessIncludeOrderOption(val):
933 if val is None or val == "default":
934 pass
935 elif val == "standardcfirst":
936 global _include_order
937 _include_order = val
938 else:
939 PrintUsage('Invalid includeorder value %s. Expected default|standardcfirst')
940
941def IsHeaderExtension(file_extension):
942 return file_extension in GetHeaderExtensions()

Callers 2

ProcessConfigOverridesFunction · 0.85
ParseArgumentsFunction · 0.85

Calls 1

PrintUsageFunction · 0.85

Tested by

no test coverage detected