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

Function tagName

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected