(schema)
| 50 | } |
| 51 | |
| 52 | assignId(schema) { |
| 53 | const schemaCount = this.getSchemaCount(schema); |
| 54 | return schemaCount ? `${schema.name}${schemaCount + 1}` : schema.name; |
| 55 | } |
| 56 | |
| 57 | // for pre-existing mappings, generate display label from schema id |
| 58 | getLabelFromId(id, schema) { |
no test coverage detected