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