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

Function tag_proxy

packages/svelte/src/internal/client/dev/tracing.js:148–152  ·  view source on GitHub ↗
(value, label)

Source from the content-addressed store, hash-verified

146 * @param {string} label
147 */
148export function tag_proxy(value, label) {
149 // @ts-expect-error
150 value?.[PROXY_PATH_SYMBOL]?.(label);
151 return value;
152}
153
154/**
155 * @param {unknown} value

Callers 2

setFunction · 0.90
tagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…