MCPcopy Index your code
hub / github.com/peter-evans/create-pull-request / DisplayNameEmail

Interface DisplayNameEmail

src/utils.ts:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63interface DisplayNameEmail {
64 name: string
65 email: string
66}
67
68export function parseDisplayNameEmail(
69 displayNameEmail: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected