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

Function main

src/ghstack/submit.py:259–261  ·  view source on GitHub ↗
(**kwargs: Any)

Source from the content-addressed store, hash-verified

257
258
259def main(**kwargs: Any) -> List[DiffMeta]:
260 submitter = Submitter(**kwargs)
261 return submitter.run()
262
263
264def all_branches(username: str, ghnum: GhNumber) -> Tuple[str, str, str]:

Callers

nothing calls this directly

Calls 2

runMethod · 0.95
SubmitterClass · 0.85

Tested by

no test coverage detected