MCPcopy Create free account
hub / github.com/CSAILVision/gandissect / reset

Method reset

client_dist/ganclient.js:1322–1327  ·  view source on GitHub ↗
(supressEvent = false)

Source from the content-addressed store, hash-verified

1320 this.psw.alpha = o;
1321 }
1322 reset(supressEvent = false) {
1323 this.psw.reset();
1324 if (!supressEvent) {
1325 this.fireMaskEvent(this.psw.currentMask);
1326 }
1327 }
1328}
1329PaintSelectView.events = {
1330 maskChanged: "PaintSelectView_mc"

Callers 4

_updateImagesFunction · 0.45
resetSelectionMethod · 0.45
AdderFunction · 0.45
vendor.jsFile · 0.45

Calls 1

fireMaskEventMethod · 0.95

Tested by

no test coverage detected