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

Method getPrevSpaceByUUID

tiling.js:3850–3852  ·  view source on GitHub ↗
(uuid)

Source from the content-addressed store, hash-verified

3848 }
3849
3850 getPrevSpaceByUUID(uuid) {
3851 return [...this.prevSpaces.values()].find(s => uuid === s.uuid);
3852 }
3853
3854 /**
3855 * Updates save state based on current monitors, spaces, and layouts.

Callers 1

initMethod · 0.80

Calls 1

findMethod · 0.45

Tested by

no test coverage detected