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

Function ProcessHppHeadersOption

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

Source from the content-addressed store, hash-verified

912_global_error_suppressions = {}
913
914def ProcessHppHeadersOption(val):
915 global _hpp_headers
916 try:
917 _hpp_headers = {ext.strip() for ext in val.split(',')}
918 except ValueError:
919 PrintUsage('Header extensions must be comma separated list.')
920
921def ProcessIncludeOrderOption(val):
922 if val is None or val == "default":

Callers 2

ProcessConfigOverridesFunction · 0.85
ParseArgumentsFunction · 0.85

Calls 2

PrintUsageFunction · 0.85
splitMethod · 0.80

Tested by

no test coverage detected