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

Function markStaticNode

static/vuejs/vue.runtime.common.js:3549–3553  ·  view source on GitHub ↗
(node, key, isOnce)

Source from the content-addressed store, hash-verified

3547}
3548
3549function markStaticNode (node, key, isOnce) {
3550 node.isStatic = true;
3551 node.key = key;
3552 node.isOnce = isOnce;
3553}
3554
3555/* */
3556

Callers 1

markStaticFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected