Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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 */
139
export
function
set_update_version(value) {
140
update_version = value;
141
}
142
143
export
function
increment_write_version() {
144
return
++write_version;
Callers
1
with_parent
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected