MCPcopy
hub / github.com/epicweb-dev/epic-stack / setGitHubUsers

Function setGitHubUsers

tests/mocks/github.ts:95–97  ·  view source on GitHub ↗
(users: Array<GitHubUser>)

Source from the content-addressed store, hash-verified

93}
94
95async function setGitHubUsers(users: Array<GitHubUser>) {
96 await fsExtra.writeJson(githubUserFixturePath, users, { spaces: 2 })
97}
98
99export async function insertGitHubUser(code?: string | null) {
100 const githubUsers = await getGitHubUsers()

Callers 2

deleteGitHubUserFunction · 0.85
insertGitHubUserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected