MCPcopy
hub / github.com/sequelize/sequelize / get

Function get

test/integration/associations/has-many.test.js:1445–1447  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls 2

fromCustomFormatFunction · 0.85
getDataValueMethod · 0.80

Tested by

no test coverage detected