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

Function b64toB64UrlEncoded

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

Source from the content-addressed store, hash-verified

31285 .filter((s) => void 0 !== s)[0]
31286 }
31287 function b64toB64UrlEncoded(s) {
31288 return s.replace(/\+/g, '-').replace(/\//g, '_').replace(/=/g, '')
31289 }
31290 const isEmptyValue = (s) => !s || !(!isImmutable(s) || !s.isEmpty()),
31291 idFn = (s) => s
31292 function createStoreWithMiddleware(s, o, i) {

Callers 1

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected