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

Function getCommonExtensions

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

Source from the content-addressed store, hash-verified

31245 ? s.filter((s, o) => isExtension(o))
31246 : Object.keys(s).filter((s) => isExtension(s)),
31247 getCommonExtensions = (s) =>
31248 s.filter((s, o) => /^pattern|maxLength|minLength|maximum|minimum/.test(o))
31249 function deeplyStripKey(s, o, i = () => !0) {
31250 if ('object' != typeof s || Array.isArray(s) || null === s || !o) return s
31251 const a = Object.assign({}, s)

Callers 2

renderMethod · 0.85
components_request_bodyFunction · 0.85

Calls 1

filterMethod · 0.45

Tested by

no test coverage detected