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

Function get

test/integration/instance/values.test.js:234–236  ·  test/integration/instance/values.test.js::get
()

Source from the content-addressed store, hash-verified

232 price: {
233 type: Sequelize.FLOAT,
234 get() {
235 return this.dataValues.price * 100;
236 }
237 }
238 });
239

Callers

nothing calls this directly

Calls 2

getDataValueMethod · 0.80
parseMethod · 0.45

Tested by

no test coverage detected