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