MCPcopy Create free account
hub / github.com/github/gh-aw / queueResponses

Function queueResponses

actions/setup/js/update_project.test.cjs:322–326  ·  view source on GitHub ↗
(responses)

Source from the content-addressed store, hash-verified

320});
321
322function queueResponses(responses) {
323 responses.forEach(response => {
324 mockGithub.graphql.mockResolvedValueOnce(response);
325 });
326}
327
328function getOutput(name) {
329 const call = mockCore.setOutput.mock.calls.find(([key]) => key === name);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected