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

Function markStaticNode

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

Source from the content-addressed store, hash-verified

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

Callers 1

markStaticFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected