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

Function createElementNS

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

Source from the content-addressed store, hash-verified

4393}
4394
4395function createElementNS (namespace, tagName) {
4396 return document.createElementNS(namespaceMap[namespace], tagName)
4397}
4398
4399function createTextNode (text) {
4400 return document.createTextNode(text)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected