Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte
/ invalidate_inner_signals
Function
invalidate_inner_signals
packages/svelte/src/internal/client/legacy.js:42–46 ·
view source on GitHub ↗
(fn)
Source
from the content-addressed store, hash-verified
40
* @deprecated
41
*/
42
export
function
invalidate_inner_signals(fn) {
43
for
(
var
signal of capture_signals(fn)) {
44
internal_set(signal, signal.v);
45
}
46
}
Callers
nothing calls this directly
Calls
2
internal_set
Function · 0.90
capture_signals
Function · 0.85
Tested by
no test coverage detected