Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
137
export
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
createSubscriber
Function · 0.90
constructor
Method · 0.90
SvelteURLSearchParams
Class · 0.90
constructor
Method · 0.90
has
Method · 0.90
get
Method · 0.90
set
Method · 0.90
#read_all
Method · 0.90
constructor
Method · 0.90
#init
Method · 0.90
constructor
Method · 0.90
has
Method · 0.90
Calls
1
tag_proxy
Function · 0.85
Tested by
no test coverage detected