Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
259
def
main(**kwargs: Any) -> List[DiffMeta]:
260
submitter = Submitter(**kwargs)
261
return
submitter.run()
262
263
264
def
all_branches(username: str, ghnum: GhNumber) -> Tuple[str, str, str]:
Callers
nothing calls this directly
Calls
2
run
Method · 0.95
Submitter
Class · 0.85
Tested by
no test coverage detected