Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ComposioHQ/composio
/ _skip
Function
_skip
python/scripts/bump.py:50–51 ·
view source on GitHub ↗
(file: Path)
Source
from the content-addressed store, hash-verified
48
49
50
def
_skip(file: Path) -> bool:
51
return
any(skipdir in file.parts
for
skipdir in SKIPDIR)
52
53
54
def
_find_packages():
Callers
1
_find_packages
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…