MCPcopy
hub / github.com/sequelize/sequelize / stuffTwo

Function stuffTwo

types/test/e2e/docs-example.ts:170–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168});
169
170async function stuffTwo() {
171 const myModel = await MyDefineModel.findByPk(1, {
172 rejectOnEmpty: true,
173 });
174 console.log(myModel.id);
175}

Callers

nothing calls this directly

Calls 2

findByPkMethod · 0.80
logMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…