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

Function isBooleanJsonSchemaElement

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

Source from the content-addressed store, hash-verified

47414 (a) =>
47415 a instanceof Ff || (s(a) && o('schema', a) && i('object', a))
47416 ),
47417 isBooleanJsonSchemaElement = (s) => Tu(s) && s.classes.includes('boolean-json-schema'),
47418 Qm = helpers(
47419 ({ hasBasicElementProps: s, isElementType: o, primitiveEq: i }) =>

Callers

nothing calls this directly

Calls 2

TuFunction · 0.85
includesMethod · 0.45

Tested by

no test coverage detected