MCPcopy Create free account
hub / github.com/dataease/SQLBot / helpers_isInteger

Function helpers_isInteger

frontend/public/swagger-ui-bundle.js:38441–38447  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

38439 return s
38440 }
38441 }
38442 function helpers_isInteger(s) {
38443 for (var o, i = 0, a = s.length; i < a; ) {
38444 if (!((o = s.charCodeAt(i)) >= 48 && o <= 57)) return !1
38445 i++
38446 }
38447 return !0
38448 }
38449 function escapePathComponent(s) {
38450 return -1 === s.indexOf('/') && -1 === s.indexOf('~')

Callers 2

applyOperationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected