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

Function getModel

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

Source from the content-addressed store, hash-verified

230 }
231
232 protected getModel(model: string) {
233 return getModel(this.schema, model);
234 }
235
236 protected requireField(model: string, field: string) {
237 return requireField(this.schema, model, field);

Callers

nothing calls this directly

Calls 1

getModelFunction · 0.90

Tested by

no test coverage detected