MCPcopy 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
50def _skip(file: Path) -> bool:
51 return any(skipdir in file.parts for skipdir in SKIPDIR)
52
53
54def _find_packages():

Callers 1

_find_packagesFunction · 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…