MCPcopy Index your code
hub / github.com/openai/plugins / git_submodule_paths

Function git_submodule_paths

plugins/codex-security/scripts/workbench_target.py:202–203  ·  view source on GitHub ↗
(target: Path)

Source from the content-addressed store, hash-verified

200
201
202def git_submodule_paths(target: Path) -> tuple[Path, ...]:
203 return tuple(path for path, _ in git_submodule_entries(target))
204
205
206def require_clean_submodule_worktrees(target: Path) -> None:

Callers 1

Calls 1

git_submodule_entriesFunction · 0.85

Tested by

no test coverage detected