Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ set
Function
set
test/integration/model/attributes.test.js:34–37 ·
view source on GitHub ↗
(v)
Source
from the content-addressed store, hash-verified
32
test_value: {
33
type
: Sequelize.INTEGER,
34
set(v) {
35
callCount++;
36
this.setDataValue(
'test_value'
, v + 1);
37
}
38
}
39
}, {
40
tableName:
'score'
,
Callers
nothing calls this directly
Calls
1
setDataValue
Method · 0.80
Tested by
no test coverage detected