Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte
/ create_fragment
Function
create_fragment
packages/svelte/src/internal/client/dom/operations.js:259–261 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
257
}
258
259
export
function
create_fragment() {
260
return
document.createDocumentFragment();
261
}
262
263
/**
264
* @param {string} data
Callers
1
fragment_from_tree
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected