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

Function text

static/vuejs/vue.common.js:9192–9196  ·  view source on GitHub ↗
(el, dir)

Source from the content-addressed store, hash-verified

9190/* */
9191
9192function text (el, dir) {
9193 if (dir.value) {
9194 addProp(el, 'textContent', ("_s(" + (dir.value) + ")"));
9195 }
9196}
9197
9198/* */
9199

Callers

nothing calls this directly

Calls 1

addPropFunction · 0.70

Tested by

no test coverage detected