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

Method destroy

tiling.js:2144–2156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2142 }
2143
2144 destroy() {
2145 this.getWindows().forEach(w => {
2146 removePaperWMFlags(w);
2147 });
2148 this.signals.destroy();
2149 this.signals = null;
2150 this.background.destroy();
2151 this.background = null;
2152 this.cloneContainer.destroy();
2153 this.cloneContainer = null;
2154 this.clip.destroy();
2155 this.clip = null;
2156 }
2157}
2158
2159Signals.addSignalMethods(Space.prototype);

Callers 15

disableFunction · 0.45
_selectMethod · 0.45
_onDestroyMethod · 0.45
endMethod · 0.45
deactivateDndTargetMethod · 0.45
disableFunction · 0.45
disableFunction · 0.45
updateBackgroundMethod · 0.45
createBackgroundMethod · 0.45
destroyMethod · 0.45
removeSpaceMethod · 0.45
remove_handlerFunction · 0.45

Calls 2

getWindowsMethod · 0.95
removePaperWMFlagsFunction · 0.85

Tested by

no test coverage detected