Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ get
Function
get
test/integration/model.test.js:615–617 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
613
price: {
614
type
: Sequelize.INTEGER,
615
get() {
616
return
`answer = ${this.getDataValue(
'price'
)}`;
617
},
618
set(v) {
619
return
this.setDataValue(
'price'
, v + 42);
620
}
Callers
nothing calls this directly
Calls
1
getDataValue
Method · 0.80
Tested by
no test coverage detected