MCPcopy
hub / github.com/sveltejs/svelte / $set

Method $set

packages/svelte/src/legacy/legacy-client.js:158–160  ·  view source on GitHub ↗

@param {Record<string, any>} props

(props)

Source from the content-addressed store, hash-verified

156
157 /** @param {Record<string, any>} props */
158 $set(props) {
159 this.#instance.$set(props);
160 }
161
162 /**
163 * @param {string} event

Callers 9

setFunction · 0.80
testFunction · 0.80
testFunction · 0.80
testFunction · 0.80
testFunction · 0.80
testFunction · 0.80
testFunction · 0.80
testFunction · 0.80

Calls

no outgoing calls

Tested by 7

testFunction · 0.64
testFunction · 0.64
testFunction · 0.64
testFunction · 0.64
testFunction · 0.64
testFunction · 0.64
testFunction · 0.64