MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / is_define

Function is_define

scripts/check_header_guards.py:56–57  ·  view source on GitHub ↗
(line: str)

Source from the content-addressed store, hash-verified

54
55
56def is_define(line: str) -> bool:
57 return line.strip().startswith("#define")
58
59def is_endif(line: str) -> bool:
60 return line.strip().startswith("#endif")

Callers 1

fix_header_guardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected