MCPcopy Index your code
hub / github.com/nodejs/node / ProcessHppHeadersOption

Function ProcessHppHeadersOption

tools/cpplint.py:1072–1077  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

1070
1071
1072def ProcessHppHeadersOption(val):
1073 global _hpp_headers
1074 try:
1075 _hpp_headers = {ext.strip() for ext in val.split(",")}
1076 except ValueError:
1077 PrintUsage("Header extensions must be comma separated list.")
1078
1079
1080def ProcessIncludeOrderOption(val):

Callers 2

ProcessConfigOverridesFunction · 0.85
ParseArgumentsFunction · 0.85

Calls 2

PrintUsageFunction · 0.70
splitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…