MCPcopy
hub / github.com/paperwm/PaperWM / hide

Method hide

tiling.js:504–512  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

502 }
503
504 hide() {
505 if (!this._visible)
506 return;
507 this._visible = false;
508 this.clip.hide();
509 for (let col of this)
510 for (let w of col)
511 w.clone.cloneActor.source = null;
512 }
513
514 /**
515 * Returns current workArea parameters for this space.

Callers 15

constructorMethod · 0.95
_doActionMethod · 0.45
constructorMethod · 0.45
destroyMethod · 0.45
beginDnDMethod · 0.45
_updateStateMethod · 0.45
showFocusModeIconMethod · 0.45
constructorMethod · 0.45
destroyMethod · 0.45
initWorkspaceSequenceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected