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

Function ProcessHppHeadersOption

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

Source from the content-addressed store, hash-verified

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

Callers 2

ProcessConfigOverridesFunction · 0.85
ParseArgumentsFunction · 0.85

Calls 2

PrintUsageFunction · 0.85
splitMethod · 0.45

Tested by

no test coverage detected