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

Function tagName

static/vuejs/vue.esm.js:4425–4427  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected