()
| 1443 | type: DataTypes.STRING, |
| 1444 | primaryKey: true, |
| 1445 | get() { |
| 1446 | return fromCustomFormat(this.getDataValue('id')); |
| 1447 | }, |
| 1448 | set(value) { |
| 1449 | this.setDataValue('id', toCustomFormat(value)); |
| 1450 | } |
nothing calls this directly
no test coverage detected