MCPcopy Index your code
hub / github.com/epicweb-dev/epic-stack / createEmail

Function createEmail

tests/mocks/github.ts:24–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22
23function createGitHubUser(code?: string | null) {
24 const createEmail = () => ({
25 email: faker.internet.email(),
26 verified: faker.datatype.boolean(),
27 primary: false, // <-- can only have one of these
28 visibility: faker.helpers.arrayElement(['public', null]),
29 })
30 const primaryEmail = {
31 ...createEmail(),
32 verified: true,

Callers 1

createGitHubUserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected