MCPcopy
hub / github.com/sequelize/sequelize / set

Method set

src/model.d.ts:1672–1672  ·  view source on GitHub ↗

* Provide a custom setter for this column. Use `this.setDataValue(String, Value)` to manipulate the * underlying values.

(this: M, val: unknown)

Source from the content-addressed store, hash-verified

1670 * underlying values.
1671 */
1672 set?(this: M, val: unknown): void;
1673}
1674
1675/**

Callers 15

cls.test.jsFile · 0.65
model.test.jsFile · 0.65
setFunction · 0.65
sequelize.test.jsFile · 0.65
create.test.jsFile · 0.65
save.test.jsFile · 0.65
values.test.jsFile · 0.65
email_secretFunction · 0.65
update.test.jsFile · 0.65
set.test.jsFile · 0.65

Implementers 5

Modelsrc/model.js
BelongsToManysrc/associations/belongs-to-many.js
HasManysrc/associations/has-many.js
BelongsTosrc/associations/belongs-to.js
HasOnesrc/associations/has-one.d.ts

Calls

no outgoing calls

Tested by 2

setFunction · 0.52
email_secretFunction · 0.52