MCPcopy
hub / github.com/sveltejs/svelte / set

Method set

packages/svelte/src/store/public.d.ts:40–40  ·  view source on GitHub ↗

* Set value and inform subscribers. * @param value to set

(this: void, value: T)

Source from the content-addressed store, hash-verified

38 * @param value to set
39 */
40 set(this: void, value: T): void;
41
42 /**
43 * Update value using callback and inform subscribers.

Callers 2

currentFunction · 0.65
currentFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected