Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ezyang/ghstack
/ re_pull_request_resolved
Function
re_pull_request_resolved
src/ghstack/diff.py:22–23 ·
view source on GitHub ↗
(github_url: str)
Source
from the content-addressed store, hash-verified
20
21
22
def
re_pull_request_resolved(github_url: str) -> Pattern[str]:
23
return
re.compile(RAW_PULL_REQUEST_RESOLVED.format(github_url=github_url))
24
25
26
def
re_pull_request_resolved_w_sp(github_url: str) -> Pattern[str]:
Callers
1
search
Method · 0.85
Calls
1
format
Method · 0.80
Tested by
no test coverage detected