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

Function set_update_version

packages/svelte/src/internal/client/runtime.js:139–141  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

137
138/** @param {number} value */
139export function set_update_version(value) {
140 update_version = value;
141}
142
143export function increment_write_version() {
144 return ++write_version;

Callers 1

with_parentFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected