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

Function ProcessIncludeOrderOption

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

Source from the content-addressed store, hash-verified

1078
1079
1080def ProcessIncludeOrderOption(val):
1081 if val is None or val == "default":
1082 pass
1083 elif val == "standardcfirst":
1084 global _include_order
1085 _include_order = val
1086 else:
1087 PrintUsage("Invalid includeorder value %s. Expected default|standardcfirst")
1088
1089
1090def ProcessThirdPartyHeadersOption(val):

Callers 2

ProcessConfigOverridesFunction · 0.85
ParseArgumentsFunction · 0.85

Calls 1

PrintUsageFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…