MCPcopy
hub / github.com/XiaoYouChR/Ghost-Downloader-3 / set

Method set

app/services/plan.py:17–20  ·  view source on GitHub ↗
(self, action: PlanAction, filePath: str = "", onCleared=None)

Source from the content-addressed store, hash-verified

15 self._onCleared = None
16
17 def set(self, action: PlanAction, filePath: str = "", onCleared=None) -> None:
18 self.action = action
19 self.filePath = filePath
20 self._onCleared = onCleared
21
22 def clear(self) -> None:
23 callback = self._onCleared

Callers 15

setMediaButtonEnabledFunction · 0.80
runPopupCommandFunction · 0.80
openSessionForMethod · 0.80
bindBlobToMediaSourceMethod · 0.80
handoffUrlMethod · 0.80
onSignalMethod · 0.80
recordAttributionMethod · 0.80
selectMediaForElementMethod · 0.80
mediaSourceIdFunction · 0.80
claimMethod · 0.80
reclaimUrlsMethod · 0.80
lockAllForMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected