MCPcopy
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

1import { User } from "./models/User";
2
3User.findOne({ where: { firstName: 'John' } });
4

Callers

nothing calls this directly

Calls 1

findOneMethod · 0.80

Tested by

no test coverage detected