Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
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
getDataValue
Method · 0.80
parse
Method · 0.45
Tested by
no test coverage detected