MCPcopy Create free account
hub / github.com/microsoft/debugpy / push_to_fork

Function push_to_fork

subrepo.py:147–148  ·  view source on GitHub ↗
(fork_remote: str, fork_branch: str)

Source from the content-addressed store, hash-verified

145
146
147def push_to_fork(fork_remote: str, fork_branch: str) -> None:
148 invoke_call("git", "push", fork_remote, f"subrepo/src/debugpy/_vendored/pydevd:{fork_branch}")
149
150
151def commit() -> None:

Callers 1

mainFunction · 0.85

Calls 1

invoke_callFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…