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

Method removeSpace

tiling.js:3222–3226  ·  view source on GitHub ↗
(space)

Source from the content-addressed store, hash-verified

3220 }
3221
3222 removeSpace(space) {
3223 this.delete(space.workspace);
3224 this.stack.splice(this.stack.indexOf(space), 1);
3225 space.destroy();
3226 }
3227
3228 spaceOfWindow(meta_window) {
3229 return this.get(meta_window.get_workspace());

Callers 2

destroyMethod · 0.95
workspacesChangedMethod · 0.95

Calls 2

indexOfMethod · 0.80
destroyMethod · 0.45

Tested by

no test coverage detected