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

Method notify_merged

src/ghstack/github.py:58–59  ·  view source on GitHub ↗
(self, pr_resolved: ghstack.diff.PullRequestResolved)

Source from the content-addressed store, hash-verified

56 # This should be subsumed by push_hook above, but push_hook is
57 # annoying to implement and this is more direct
58 def notify_merged(self, pr_resolved: ghstack.diff.PullRequestResolved) -> None:
59 pass
60
61 def get(self, path: str, **kwargs: Any) -> Any:
62 """

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected