Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte
/ flush
Function
flush
packages/svelte/src/compiler/print/index.js:374–377 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
372
let
sequence = [];
373
374
const
flush = () => {
375
items.push(sequence);
376
sequence = [];
377
};
378
379
for
(
let
i = 0; i < node.nodes.length; i += 1) {
380
let
child_node = node.nodes[i];
Callers
1
Fragment
Function · 0.70
Calls
1
push
Method · 0.80
Tested by
no test coverage detected