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

Function isExtension

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

Source from the content-addressed store, hash-verified

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)
31245 ? s.filter((s, o) => isExtension(o))

Callers 2

getExtensionsFunction · 0.85
renderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected