Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chhoumann/quickadd
/ createOwnedTextNode
Function
createOwnedTextNode
src/utils/activeWindow.ts:27–29 ·
view source on GitHub ↗
(owner: Node, text: string)
Source
from the content-addressed store, hash-verified
25
}
26
27
export
function
createOwnedTextNode(owner: Node, text: string): Text {
28
return
getOwnerDocument(owner).createTextNode(text);
29
}
Callers
3
appendDevelopmentInfoRow
Function · 0.90
renderExactHighlight
Function · 0.90
renderFuzzyHighlight
Function · 0.90
Calls
1
getOwnerDocument
Function · 0.70
Tested by
no test coverage detected