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

Function doStuff

types/test/typescriptDocs/DefineNoAttributes.ts:25–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23});
24
25async function doStuff() {
26 const instance = await UserModel.findByPk(1, {
27 rejectOnEmpty: true,
28 });
29 console.log(instance.id);
30}

Callers

nothing calls this directly

Calls 2

findByPkMethod · 0.80
logMethod · 0.80

Tested by

no test coverage detected