Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ is_endif
Function
is_endif
scripts/check_header_guards.py:59–60 ·
view source on GitHub ↗
(line: str)
Source
from the content-addressed store, hash-verified
57
return
line.strip().startswith(
"#define"
)
58
59
def
is_endif(line: str) -> bool:
60
return
line.strip().startswith(
"#endif"
)
61
62
def
is_ifndef(line: str) -> bool:
63
return
line.strip().startswith(
"#ifndef"
)
Callers
1
fix_header_guard
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected