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

Function ProcessHppHeadersOption

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

Source from the content-addressed store, hash-verified

923_global_error_suppressions = {}
924
925def ProcessHppHeadersOption(val):
926 global _hpp_headers
927 try:
928 _hpp_headers = {ext.strip() for ext in val.split(',')}
929 except ValueError:
930 PrintUsage('Header extensions must be comma separated list.')
931
932def ProcessIncludeOrderOption(val):
933 if val is None or val == "default":

Callers 2

ProcessConfigOverridesFunction · 0.85
ParseArgumentsFunction · 0.85

Calls 1

PrintUsageFunction · 0.85

Tested by

no test coverage detected