MCPcopy 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
27export function createOwnedTextNode(owner: Node, text: string): Text {
28 return getOwnerDocument(owner).createTextNode(text);
29}

Callers 3

appendDevelopmentInfoRowFunction · 0.90
renderExactHighlightFunction · 0.90
renderFuzzyHighlightFunction · 0.90

Calls 1

getOwnerDocumentFunction · 0.70

Tested by

no test coverage detected