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

Function isJSONSchemaObject

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

Source from the content-addressed store, hash-verified

74460 bytes = (s) => xt()(s),
74461 random_pick = (s) => s.at(0),
74462 predicates_isBooleanJSONSchema = (s) => 'boolean' == typeof s,
74463 isJSONSchemaObject = (s) => as()(s),
74464 isJSONSchema = (s) => predicates_isBooleanJSONSchema(s) || isJSONSchemaObject(s)
74465 const uT = class Registry {

Callers 6

isJSONSchemaFunction · 0.85
hasExampleFunction · 0.85
extractExampleFunction · 0.85
inferTypeFunction · 0.85
typeCastFunction · 0.85

Calls 1

asFunction · 0.85

Tested by

no test coverage detected