Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ defaultStrat
Function
defaultStrat
static/vuejs/vue.runtime.js:1123–1127 ·
view source on GitHub ↗
(parentVal, childVal)
Source
from the content-addressed store, hash-verified
1121
* Default strategy.
1122
*/
1123
var
defaultStrat =
function
(parentVal, childVal) {
1124
return
childVal === undefined
1125
? parentVal
1126
: childVal
1127
};
1128
1129
/**
1130
* Validate component names
Callers
1
vue.runtime.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected