MCPcopy
hub / github.com/desktop/desktop / getPullRequestBody

Function getPullRequestBody

script/draft-release/draft-pull-request.ts:19–20  ·  view source on GitHub ↗
(fullVersion: string)

Source from the content-addressed store, hash-verified

17}
18
19const getPullRequestBody = (fullVersion: string) =>
20 getPullRequestContent('body', fullVersion)
21const getPullRequestTitle = (fullVersion: string) =>
22 getPullRequestContent('title', fullVersion)
23

Callers 1

runFunction · 0.85

Calls 1

getPullRequestContentFunction · 0.85

Tested by

no test coverage detected