Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte
/ create_text
Function
create_text
packages/svelte/src/internal/client/dom/operations.js:81–83 ·
view source on GitHub ↗
(value = '')
Source
from the content-addressed store, hash-verified
79
* @returns {Text}
80
*/
81
export
function
create_text(value =
''
) {
82
return
document.createTextNode(value);
83
}
84
85
/**
86
* @template {Node} N
Callers
13
_mount
Function · 0.90
fragment_from_tree
Function · 0.90
text
Function · 0.90
comment
Function · 0.90
on_destroy
Method · 0.90
ensure
Method · 0.90
element
Function · 0.90
each
Function · 0.90
head
Function · 0.90
#hydrate_pending_content
Method · 0.90
child
Function · 0.85
first_child
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected