(s)
| 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('~') |
no outgoing calls
no test coverage detected