MCPcopy Index your code
hub / github.com/dataease/SQLBot / Q

Function Q

frontend/public/swagger-ui-bundle.js:5802–5814  ·  view source on GitHub ↗
(s, o)

Source from the content-addressed store, hash-verified

5800 }
5801 var le = /\/+/g
5802 function Q(s, o) {
5803 return 'object' == typeof s && null !== s && null != s.key
5804 ? (function escape(s) {
5805 var o = { '=': '=0', ':': '=2' }
5806 return (
5807 '$' +
5808 s.replace(/[=:]/g, function (s) {
5809 return o[s]
5810 })
5811 )
5812 })('' + s.key)
5813 : o.toString(36)
5814 }
5815 function R(s, o, u, _, w) {
5816 var x = typeof s
5817 ;('undefined' !== x && 'boolean' !== x) || (s = null)

Callers 1

RFunction · 0.70

Calls 2

replaceMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected