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