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

Function orgProjectNullResponse

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

Source from the content-addressed store, hash-verified

257});
258
259const orgProjectNullResponse = () => ({ organization: { projectV2: null } });
260const userProjectNullResponse = () => ({ user: { projectV2: null } });
261
262const issueResponse = (id, body = null) => ({ repository: { issue: { id, body } } });

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected