Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ price1
Function
price1
test/integration/model.test.js:669–669 ·
view source on GitHub ↗
(v)
Source
from the content-addressed store, hash-verified
667
}, {
668
setterMethods: {
669
price1(v) { this.setDataValue(
'price1'
, v * 100); }
670
},
671
getterMethods: {
672
price2() {
return
`$${this.getDataValue(
'price2'
)}`;}
Callers
nothing calls this directly
Calls
1
setDataValue
Method · 0.80
Tested by
no test coverage detected