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

Function timeout

src/utils/helpers.ts:13–14  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

11};
12
13export const timeout = (ms: number): Promise<void> =>
14 new Promise((resolve) => setTimeout(resolve, ms));
15
16export const getPRTitle = (ref: string, upstream: string): string =>
17 `[pull] ${ref} from ${upstream}`;

Callers 1

isMergeableMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected