MCPcopy Index your code
hub / github.com/adobe/react-spectrum / getPR

Function getPR

scripts/getCommitsForTesting.mjs:221–228  ·  view source on GitHub ↗
(num)

Source from the content-addressed store, hash-verified

219}
220
221async function getPR(num) {
222 let res = await octokit.pullRequests.get({
223 owner: 'adobe',
224 repo: 'react-spectrum',
225 pull_number: Number(num)
226 });
227 return res;
228}
229
230function getHeadingText(node) {
231 return node.children

Callers 1

generateDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected