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

Function predicates_isBooleanJSONSchema

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

Source from the content-addressed store, hash-verified

74459 },
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)

Callers 4

isJSONSchemaFunction · 0.85
typeCastFunction · 0.85
merge_mergeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected