MCPcopy Create free account
hub / github.com/TruthHun/BookStack / genStaticKeys$1

Function genStaticKeys$1

static/vuejs/vue.esm.js:8255–8260  ·  view source on GitHub ↗
(keys)

Source from the content-addressed store, hash-verified

8253}
8254
8255function genStaticKeys$1 (keys) {
8256 return makeMap(
8257 'type,tag,attrsList,attrsMap,plain,parent,children,attrs' +
8258 (keys ? ',' + keys : '')
8259 )
8260}
8261
8262function markStatic$1 (node) {
8263 node.static = isStatic(node);

Callers

nothing calls this directly

Calls 1

makeMapFunction · 0.70

Tested by

no test coverage detected