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

Function isKeyOperator

06.Router/basic/js/vue-resource.js:571–573  ·  view source on GitHub ↗
(operator)

Source from the content-addressed store, hash-verified

569 }
570
571 function isKeyOperator(operator) {
572 return operator === ';' || operator === '&' || operator === '?';
573 }
574
575 function encodeValue(operator, value, key) {
576

Callers 1

getValuesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected