MCPcopy Create free account
hub / github.com/TruthHun/BookStack / createElementNS

Function createElementNS

static/vuejs/vue.runtime.esm.js:4389–4391  ·  view source on GitHub ↗
(namespace, tagName)

Source from the content-addressed store, hash-verified

4387}
4388
4389function createElementNS (namespace, tagName) {
4390 return document.createElementNS(namespaceMap[namespace], tagName)
4391}
4392
4393function createTextNode (text) {
4394 return document.createTextNode(text)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected