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

Function escapeDeepLinkPath

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

Source from the content-addressed store, hash-verified

31239 const createDeepLinkPath = (s) =>
31240 'string' == typeof s || s instanceof String ? s.trim().replace(/\s/g, '%20') : '',
31241 escapeDeepLinkPath = (s) => Et()(createDeepLinkPath(s).replace(/%20/g, '_')),
31242 isExtension = (s) => /^x-/.test(s),
31243 getExtensions = (s) =>
31244 ze.Map.isMap(s)

Callers 2

renderMethod · 0.85
renderMethod · 0.85

Calls 2

createDeepLinkPathFunction · 0.85
replaceMethod · 0.80

Tested by

no test coverage detected