MCPcopy Create free account
hub / github.com/keepfool/vue-tutorials / isDefined

Function isDefined

06.Router/basic/js/vue-resource.js:567–569  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

565 }
566
567 function isDefined(value) {
568 return value !== undefined && value !== null;
569 }
570
571 function isKeyOperator(operator) {
572 return operator === ';' || operator === '&' || operator === '?';

Callers 1

getValuesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected