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

Function createSubscriber

packages/svelte/src/reactivity/index-server.js:21–23  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

19 * @param {any} _
20 */
21export function createSubscriber(_) {
22 return () => {};
23}

Callers 3

constructorMethod · 0.90
fromStoreFunction · 0.90
BoundaryClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…