MCPcopy
hub / github.com/livebud/bud / get_invalidated

Function get_invalidated

package/svelte/compiler.js:15067–15072  ·  view source on GitHub ↗
(variable, node3)

Source from the content-addressed store, hash-verified

15065 return variable && (!variable.hoistable && !variable.global && !variable.module && (variable.referenced || variable.subscribable || variable.is_reactive_dependency || variable.export_name || variable.name[0] === "$"));
15066 });
15067 function get_invalidated(variable, node3) {
15068 if (main_execution_context && !variable.subscribable && variable.name[0] !== "$") {
15069 return node3;
15070 }
15071 return renderer_invalidate(renderer, variable.name, void 0, main_execution_context);
15072 }
15073 if (!head) {
15074 return node2;
15075 }

Callers 1

invalidateFunction · 0.85

Calls 1

renderer_invalidateFunction · 0.85

Tested by

no test coverage detected