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

Function tagName

static/vuejs/vue.runtime.common.js:4423–4425  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

4421}
4422
4423function tagName (node) {
4424 return node.tagName
4425}
4426
4427function setTextContent (node, text) {
4428 node.textContent = text;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected