MCPcopy
hub / github.com/keepfool/vue-tutorials / isArray

Function isArray

06.Router/basic/js/vue-router.js:143–145  ·  view source on GitHub ↗
(test)

Source from the content-addressed store, hash-verified

141 }
142
143 function isArray(test) {
144 return Object.prototype.toString.call(test) === "[object Array]";
145 }
146
147 // A Segment represents a segment in the original route description.
148 // Each Segment type provides an `eachChar` and `regex` method.

Callers 15

vue.jsFile · 0.85
guardPropsFunction · 0.85
guardArrayAssetsFunction · 0.85
ObserverFunction · 0.85
observeFunction · 0.85
defineReactiveFunction · 0.85
setPathFunction · 0.85
traverseFunction · 0.85
normalize$1Function · 0.85
assertPropFunction · 0.85
assertTypeFunction · 0.85
registerCallbacksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected