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

Function tagName

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected