MCPcopy Index your code
hub / github.com/NativeScript/template-macos-solid / createElement

Function createElement

tools/renderer.js:16–18  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

14 mergeProps,
15} = createRenderer({
16 createElement(string) {
17 return document.createElement(string);
18 },
19 createTextNode(value) {
20 return document.createTextNode(value);
21 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected