MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / isExpandable

Function isExpandable

packages/react/src/components/schema-explorer.tsx:178–179  ·  view source on GitHub ↗
(schema: JsonSchema, root: JsonSchema)

Source from the content-addressed store, hash-verified

176};
177
178const isExpandable = (schema: JsonSchema, root: JsonSchema): boolean =>
179 getChildCount(schema, root) > 0;
180
181// ---------------------------------------------------------------------------
182// Merge allOf

Callers 2

PropertyRowFunction · 0.85
SchemaExplorerFunction · 0.85

Calls 1

getChildCountFunction · 0.85

Tested by

no test coverage detected