MCPcopy
hub / github.com/simstudioai/sim / getAll

Method getAll

apps/sim/lib/core/utils/browser-storage.ts:119–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 }
118
119 static getAll(): Record<string, number> {
120 return BrowserStorage.getItem<Record<string, number>>(WorkspaceRecencyStorage.KEY, {})
121 }
122
123 static getMostRecent(): string | null {
124 const map = WorkspaceRecencyStorage.getAll()

Callers 9

utils.test.tsFile · 0.80
touchMethod · 0.80
getMostRecentMethod · 0.80
removeMethod · 0.80
pruneMethod · 0.80
sortByRecencyMethod · 0.80
searchParamsToObjectFunction · 0.80
route.tsFile · 0.80
buildPiFallbackModelFunction · 0.80

Calls 1

getItemMethod · 0.80

Tested by

no test coverage detected