(name)
| 429 | }, |
| 430 | |
| 431 | clearField(name) { |
| 432 | this.fieldsStore.clearField(name); |
| 433 | delete this.instances[name]; |
| 434 | delete this.cachedBind[name]; |
| 435 | }, |
| 436 | |
| 437 | resetFields(ns) { |
| 438 | const newFields = this.fieldsStore.resetFields(ns); |
nothing calls this directly
no test coverage detected