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

Function markStaticNode

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

Source from the content-addressed store, hash-verified

3551}
3552
3553function markStaticNode (node, key, isOnce) {
3554 node.isStatic = true;
3555 node.key = key;
3556 node.isOnce = isOnce;
3557}
3558
3559/* */
3560

Callers 1

markStaticFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected