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

Method hg

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

Source from the content-addressed store, hash-verified

282
283 @overload # noqa: F811
284 def hg(self, *args: str) -> str: ...
285
286 @overload # noqa: F811
287 def hg(self, *args: str, input: str) -> str: ...

Callers

nothing calls this directly

Calls 2

_maybe_rstripMethod · 0.95
shMethod · 0.95

Tested by

no test coverage detected