Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ set
Function
set
types/test/model.ts:77–79 ·
view source on GitHub ↗
(value: number)
Source
from the content-addressed store, hash-verified
75
return
this.getDataValue(
'num'
) + 2;
76
},
77
set(value: number) {
78
this.setDataValue(
'num'
, value - 2);
79
}
80
}
81
}, {
82
indexes: [
Callers
nothing calls this directly
Calls
1
setDataValue
Method · 0.80
Tested by
no test coverage detected