Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ezyang/ghstack
/ update
Method
update
src/ghstack/submit.py:39–41 ·
view source on GitHub ↗
(self, val: GhCommit)
Source
from the content-addressed store, hash-verified
37
updated: bool = False
38
39
def
update(self, val: GhCommit) -> None:
40
self.commit = val
41
self.updated = True
42
43
44
@dataclass
Callers
3
merge_dicts
Function · 0.80
prepare_updates
Method · 0.80
_create_non_orig_branches
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected