MCPcopy Create free account
hub / github.com/zenstackhq/zenstack / requireModel

Function requireModel

packages/orm/src/client/crud/operations/base.ts:228–230  ·  view source on GitHub ↗
(model: string)

Source from the content-addressed store, hash-verified

226 }
227
228 protected requireModel(model: string) {
229 return requireModel(this.schema, model);
230 }
231
232 protected getModel(model: string) {
233 return getModel(this.schema, model);

Callers

nothing calls this directly

Calls 1

requireModelFunction · 0.90

Tested by

no test coverage detected