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

Method clear

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

Source from the content-addressed store, hash-verified

377 }
378
379 static clear(): boolean {
380 return BrowserStorage.removeItem(MothershipHandoffStorage.KEY)
381 }
382}

Callers

nothing calls this directly

Calls 1

removeItemMethod · 0.80

Tested by

no test coverage detected