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

Function genStaticKeys$1

static/vuejs/vue.common.js:8257–8262  ·  view source on GitHub ↗
(keys)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

makeMapFunction · 0.70

Tested by

no test coverage detected