MCPcopy 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
22def re_pull_request_resolved(github_url: str) -> Pattern[str]:
23 return re.compile(RAW_PULL_REQUEST_RESOLVED.format(github_url=github_url))
24
25
26def re_pull_request_resolved_w_sp(github_url: str) -> Pattern[str]:

Callers 1

searchMethod · 0.85

Calls 1

formatMethod · 0.80

Tested by

no test coverage detected