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

Function genStaticKeys$1

static/vuejs/vue.js:8251–8256  ·  view source on GitHub ↗
(keys)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

makeMapFunction · 0.70

Tested by

no test coverage detected