(model: string)
| 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); |
nothing calls this directly
no test coverage detected