(data: D)
| 25 | return this._sequelizeType; |
| 26 | } |
| 27 | hashCode(data: D): Uint8Array { |
| 28 | if (this._hashCode === undefined) { |
| 29 | return Buffer.from(JSON.stringify(data)); |
| 30 | } |
| 31 | return this._hashCode(data); |
| 32 | } |
| 33 | } |
no outgoing calls
no test coverage detected