Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ check
Function
check
Tools/c-analyzer/c_common/fsutil.py:188–191 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
186
return
(
lambda
:
'<skipped>'
), start
187
else
:
188
def
check():
189
if
_is_excluded(filename, exclude, include):
190
return
'<excluded>'
191
return
None
192
return
check, None
193
194
Callers
3
filter_filenames
Function · 0.70
main_for_filenames
Function · 0.70
check_all
Function · 0.50
Calls
1
_is_excluded
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…