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

Function createElementNS

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected