Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte
/ increment
Function
increment
packages/svelte/src/internal/client/reactivity/sources.js:327–329 ·
view source on GitHub ↗
(source)
Source
from the content-addressed store, hash-verified
325
* @param {Source<number>} source
326
*/
327
export
function
increment(source) {
328
set(source, source.v + 1);
329
}
330
331
/**
332
* @param {Value} signal
Callers
14
createSubscriber
Function · 0.90
[REPLACE]
Method · 0.90
append
Method · 0.90
delete
Method · 0.90
set
Method · 0.90
sort
Method · 0.90
set
Method · 0.90
delete
Method · 0.90
clear
Method · 0.90
add
Method · 0.90
delete
Method · 0.90
clear
Method · 0.90
Calls
1
set
Function · 0.70
Tested by
no test coverage detected