Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
def
is_define(line: str) -> bool:
57
return
line.strip().startswith(
"#define"
)
58
59
def
is_endif(line: str) -> bool:
60
return
line.strip().startswith(
"#endif"
)
Callers
1
fix_header_guard
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected