MCPcopy
hub / github.com/sequelize/sequelize / doStuff

Function doStuff

types/test/typescriptDocs/Define.ts:33–38  ·  types/test/typescriptDocs/Define.ts::doStuff
()

Source from the content-addressed store, hash-verified

31});
32
33async function doStuff() {
34 const instance = await UserModel.findByPk(1, {
35 rejectOnEmpty: true,
36 });
37 console.log(instance.id);
38}

Callers

nothing calls this directly

Calls 2

findByPkMethod · 0.80
logMethod · 0.80

Tested by

no test coverage detected