MCPcopy Index your code
hub / github.com/epicweb-dev/epic-stack / deleteGitHubUsers

Function deleteGitHubUsers

tests/mocks/github.ts:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89}
90
91export async function deleteGitHubUsers() {
92 await fsExtra.remove(githubUserFixturePath)
93}
94
95async function setGitHubUsers(users: Array<GitHubUser>) {
96 await fsExtra.writeJson(githubUserFixturePath, users, { spaces: 2 })

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected