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

Method invalidate

package/svelte/compiler.js:21704–21706  ·  view source on GitHub ↗
(name, value2, main_execution_context = false)

Source from the content-addressed store, hash-verified

21702 return member;
21703 }
21704 invalidate(name, value2, main_execution_context = false) {
21705 return renderer_invalidate(this, name, value2, main_execution_context);
21706 }
21707 dirty(names2, is_reactive_declaration = false) {
21708 const renderer = this;
21709 const dirty = is_reactive_declaration ? x`$$self.$$.dirty` : x`#dirty`;

Callers 4

bind_thisFunction · 0.80
add_bindingsMethod · 0.80
renderMethod · 0.80
domFunction · 0.80

Calls 1

renderer_invalidateFunction · 0.85

Tested by

no test coverage detected