MCPcopy Create free account
hub / github.com/GNOME/gnome-shell / keepWorkspaceAlive

Method keepWorkspaceAlive

js/ui/windowManager.js:1063–1068  ·  view source on GitHub ↗
(workspace, duration)

Source from the content-addressed store, hash-verified

1061 }
1062
1063 keepWorkspaceAlive(workspace, duration) {
1064 if (!this._workspaceTracker)
1065 return;
1066
1067 this._workspaceTracker.keepWorkspaceAlive(workspace, duration);
1068 }
1069
1070 blockWorkspaceUpdates() {
1071 if (++this._blockCount > 1)

Callers 1

acceptDropMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected