MCPcopy
hub / github.com/sequelize/sequelize / getDataValue

Method getDataValue

lib/model.js:3482–3484  ·  lib/model.js::Model.getDataValue

* Get the value of the underlying data value * * @param {string} key key to look in instance data store * * @returns {any}

(key)

Source from the content-addressed store, hash-verified

3480 * @returns {any}
3481 */
3482 getDataValue(key) {
3483 return this.dataValues[key];
3484 }
3485
3486 /**
3487 * Update the underlying data value

Callers 12

destroyMethod · 0.95
getFunction · 0.80
getFunction · 0.80
priceFunction · 0.80
price2Function · 0.80
json.test.jsFile · 0.80
getFunction · 0.80
getFunction · 0.80
getFunction · 0.80
getFunction · 0.80
getFunction · 0.80

Calls

no outgoing calls

Tested by 8

getFunction · 0.64
priceFunction · 0.64
price2Function · 0.64
getFunction · 0.64
getFunction · 0.64
getFunction · 0.64
getFunction · 0.64
getFunction · 0.64