Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
toReference
Method · 0.85
LinkElement
Method · 0.85
SchemaElement
Method · 0.85
SchemaElement
Method · 0.85
Calls
2
toFileSystemPath
Function · 0.85
ul
Function · 0.50
Tested by
no test coverage detected