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

Function tag

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

Source from the content-addressed store, hash-verified

135 * @param {string} label
136 */
137export function tag(source, label) {
138 source.label = label;
139 tag_proxy(source.v, label);
140
141 return source;
142}
143
144/**
145 * @param {unknown} value

Callers 15

createSubscriberFunction · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
hasMethod · 0.90
getMethod · 0.90
setMethod · 0.90
#read_allMethod · 0.90
constructorMethod · 0.90
#initMethod · 0.90
constructorMethod · 0.90
hasMethod · 0.90

Calls 1

tag_proxyFunction · 0.85

Tested by

no test coverage detected