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

Function hasExceededMaxProperties

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

Source from the content-addressed store, hash-verified

37327 ce = objectify(B)
37328 let le,
37329 pe = 0
37330 const hasExceededMaxProperties = () =>
37331 s &&
37332 null !== s.maxProperties &&
37333 void 0 !== s.maxProperties &&
37334 pe >= s.maxProperties,
37335 canAddProperty = (o) =>
37336 !s ||

Callers 3

canAddPropertyFunction · 0.85
sampleFromSchemaGenericFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected