()
| 545 | } |
| 546 | |
| 547 | populateData () { |
| 548 | super.populateData() |
| 549 | if (Object.keys(this.data).length === 0) { |
| 550 | return this.data['-'] = { '-': '-' } // also to get around mongoose bug |
| 551 | } |
| 552 | } |
| 553 | |
| 554 | getChildSchema (key) { |
| 555 | // construct the child schema here |
nothing calls this directly
no outgoing calls
no test coverage detected