MCPcopy
hub / github.com/openai/plugins / inspect_setup

Function inspect_setup

plugins/codex-security/scripts/workbench_db.py:905–914  ·  view source on GitHub ↗
(args: argparse.Namespace)

Source from the content-addressed store, hash-verified

903
904
905def inspect_setup(args: argparse.Namespace) -> dict[str, Any]:
906 return inspect_setup_values(
907 args.target_path,
908 args.scope,
909 args.mode,
910 args.diff_target_kind,
911 args.diff_base_revision,
912 args.diff_head_revision,
913 args.diff_content_digest,
914 )
915
916
917def require_git_worktree_head(target: Path) -> str:

Callers 1

mainFunction · 0.85

Calls 1

inspect_setup_valuesFunction · 0.85

Tested by

no test coverage detected