MCPcopy Create free account
hub / github.com/ezyang/ghstack / git

Method git

src/ghstack/shell.py:236–236  ·  view source on GitHub ↗
(self, *args: str)

Source from the content-addressed store, hash-verified

234
235 @overload # noqa: F811
236 def git(self, *args: str) -> str: ...
237
238 @overload # noqa: F811
239 def git(self, *args: str, input: str) -> str: ...

Callers 15

mainFunction · 0.95
mainFunction · 0.95
parse_pull_requestFunction · 0.80
mainFunction · 0.80
__init__Method · 0.80
write_file_and_addFunction · 0.80
commitFunction · 0.80
amendFunction · 0.80
gitFunction · 0.80
checkoutFunction · 0.80
cherry_pickFunction · 0.80

Calls 4

_maybe_rstripMethod · 0.95
shMethod · 0.95
formatMethod · 0.80
getMethod · 0.45

Tested by 8

__init__Method · 0.64
write_file_and_addFunction · 0.64
commitFunction · 0.64
amendFunction · 0.64
gitFunction · 0.64
checkoutFunction · 0.64
cherry_pickFunction · 0.64
dump_githubFunction · 0.64