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

Function isOpenAPI31

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

Source from the content-addressed store, hash-verified

41951 return !1
41952 }
41953 },
41954 isOpenAPI31 = (s) => {
41955 try {
41956 const { openapi: o } = s
41957 return 'string' == typeof o && /^3\.1\.(?:[1-9]\d*|0)$/.test(o)
41958 } catch {
41959 return !1
41960 }
41961 },
41962 isOpenAPI3 = (s) => isOpenAPI30(s) || isOpenAPI31(s),
41963 yu = {

Callers 3

isOpenAPI3Function · 0.85
makeResolveSubtreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected