Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
33
async
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
findByPk
Method · 0.80
log
Method · 0.80
Tested by
no test coverage detected