Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ findByPk.ts
File
findByPk.ts
types/test/findByPk.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ User } from
'./models/User'
;
2
3
User.findByPk(Buffer.from(
'asdf'
));
Callers
nothing calls this directly
Calls
1
findByPk
Method · 0.80
Tested by
no test coverage detected