MCPcopy Index your code
hub / github.com/paperwm/PaperWM / done

Function done

tiling.js:3551–3555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3549 * checking the height and resizing.
3550 */
3551 const done = t => {
3552 const index = workspaceChangeTimeouts.indexOf(t);
3553 workspaceChangeTimeouts.splice(index, 1);
3554 // console.log(`num workspaceChangeTimeouts ${workspaceChangeTimeouts.length}`);
3555 };
3556 signals.connect(metaWindow, 'workspace-changed', mw => {
3557 if (!isTiled(mw)) {
3558 return;

Callers 2

registerWindowFunction · 0.70
move_toFunction · 0.70

Calls 4

callbackFunction · 0.85
indexOfMethod · 0.80
moveDoneMethod · 0.80
fixOverlaysMethod · 0.80

Tested by

no test coverage detected