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

Function set_component_context

packages/svelte/src/internal/client/context.js:14–16  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

12
13/** @param {ComponentContext | null} context */
14export function set_component_context(context) {
15 component_context = context;
16}
17
18/** @type {DevStackEntry | null} */
19export let dev_stack = null;

Callers 4

update_reactionFunction · 0.90
#runMethod · 0.90
captureFunction · 0.90
unset_contextFunction · 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…