MCPcopy Create free account
hub / github.com/PlatformLab/Arachne / CheckForHeaderGuard

Function CheckForHeaderGuard

scripts/cpplint.py:1789–1868  ·  view source on GitHub ↗

Checks that the file contains a header guard. Logs an error if no #ifndef header guard is present. For other headers, checks that the full pathname is used. Args: filename: The name of the C++ header file. clean_lines: A CleansedLines instance containing the file. error: The fun

(filename, clean_lines, error)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

ProcessFileDataFunction · 0.85

Calls 4

SearchFunction · 0.85
ParseNolintSuppressionsFunction · 0.85
MatchFunction · 0.85

Tested by

no test coverage detected