MCPcopy 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_dictsFunction · 0.80
prepare_updatesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected