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

Function isJSONSchema

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

Source from the content-addressed store, hash-verified

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 {
74466 data = {}

Callers 2

types_stringFunction · 0.85
merge_mergeFunction · 0.85

Calls 2

isJSONSchemaObjectFunction · 0.85

Tested by

no test coverage detected