Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
13
export
const
timeout = (ms: number): Promise<void> =>
14
new
Promise((resolve) => setTimeout(resolve, ms));
15
16
export
const
getPRTitle = (ref: string, upstream: string): string =>
17
`[pull] ${ref} from ${upstream}`;
Callers
1
isMergeable
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected