MCPcopy
hub / github.com/epicweb-dev/epic-stack / createPassword

Function createPassword

tests/db-utils.ts:34–38  ·  view source on GitHub ↗
(password: string = faker.internet.password())

Source from the content-addressed store, hash-verified

32}
33
34export function createPassword(password: string = faker.internet.password()) {
35 return {
36 hash: bcrypt.hashSync(password, 10),
37 }
38}
39
40let noteImages: Array<Awaited<ReturnType<typeof img>>> | undefined
41export async function getNoteImages() {

Callers 1

seedFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected