MCPcopy
hub / github.com/sequelize/sequelize / get

Method get

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

* Provide a custom getter for this column. Use `this.getDataValue(String)` to manipulate the underlying * values.

(this: M)

Source from the content-addressed store, hash-verified

1664 * values.
1665 */
1666 get?(this: M): unknown;
1667
1668 /**
1669 * Provide a custom setter for this column. Use `this.setDataValue(String, Value)` to manipulate the

Callers 15

cardToMergedCommitFunction · 0.65
error.test.jsFile · 0.65
cls.test.jsFile · 0.65
trigger.test.jsFile · 0.65
data-types.test.jsFile · 0.65
utils.test.jsFile · 0.65
vectors.test.jsFile · 0.65
instance.test.jsFile · 0.65
json.test.jsFile · 0.65
include.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 4

getFunction · 0.52
withTaxesFunction · 0.52
applyFailTestFunction · 0.52
customFnFunction · 0.52