MCPcopy Index your code
hub / github.com/wei/pull / getPRTitle

Function getPRTitle

src/utils/helpers.ts:16–17  ·  view source on GitHub ↗
(ref: string, upstream: string)

Source from the content-addressed store, hash-verified

14 new Promise((resolve) => setTimeout(resolve, ms));
15
16export const getPRTitle = (ref: string, upstream: string): string =>
17 `[pull] ${ref} from ${upstream}`;
18
19export const getPRBody = (fullName: string, prNumber?: number): string =>
20 (prNumber

Callers 1

createPRMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected