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

Method getDataValue

src/model.js:3608–3610  ·  view source on GitHub ↗

* 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

3606 * @returns {any}
3607 */
3608 getDataValue(key) {
3609 return this.dataValues[key];
3610 }
3611
3612 /**
3613 * Update the underlying data value

Callers 12

destroyMethod · 0.95
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
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