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

Function unsanitize

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

Source from the content-addressed store, hash-verified

40234 return encodeURI(decodeURI(s)).replace(/%5B/g, '[').replace(/%5D/g, ']')
40235 }
40236 },
40237 unsanitize = (s) => (ul(s) ? toFileSystemPath(s) : decodeURI(s)),
40238 {
40239 fetch: yl,

Callers 4

toReferenceMethod · 0.85
LinkElementMethod · 0.85
SchemaElementMethod · 0.85
SchemaElementMethod · 0.85

Calls 2

toFileSystemPathFunction · 0.85
ulFunction · 0.50

Tested by

no test coverage detected