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

Method push_hook

src/ghstack/github.py:53–54  ·  view source on GitHub ↗
(self, refName: Sequence[str])

Source from the content-addressed store, hash-verified

51 # TODO: generalize to any repo
52 @abstractmethod
53 def push_hook(self, refName: Sequence[str]) -> None:
54 pass
55
56 # This should be subsumed by push_hook above, but push_hook is
57 # annoying to implement and this is more direct

Callers 1

_git_pushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected