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