Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ markStaticNode
Function
markStaticNode
static/vuejs/vue.runtime.esm.js:3547–3551 ·
view source on GitHub ↗
(node, key, isOnce)
Source
from the content-addressed store, hash-verified
3545
}
3546
3547
function
markStaticNode (node, key, isOnce) {
3548
node.isStatic = true;
3549
node.key = key;
3550
node.isOnce = isOnce;
3551
}
3552
3553
/* */
3554
Callers
1
markStatic
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected