Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ set
Function
set
test/integration/model.test.js:618–620 · test/integration/model.test.js::set
(v)
Source
from the content-addressed store, hash-verified
616
return
`answer = ${this.getDataValue(
class
="st">'price')}`;
617
},
618
set(v) {
619
return
this.setDataValue(
class
="st">'price', v + 42);
620
}
621
}
622
});
623
Callers
nothing calls this directly
Calls
2
setDataValue
Method · 0.80
set
Method · 0.65
Tested by
no test coverage detected