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

Method clear

apps/sim/lib/core/utils/browser-storage.ts:247–249  ·  view source on GitHub ↗

* Clear the stored prompt * @returns True if successful, false otherwise

()

Source from the content-addressed store, hash-verified

245 * @returns True if successful, false otherwise
246 */
247 static clear(): boolean {
248 return BrowserStorage.removeItem(LandingPromptStorage.KEY)
249 }
250}
251
252export interface LandingWorkflowSeed {

Callers

nothing calls this directly

Calls 1

removeItemMethod · 0.80

Tested by

no test coverage detected