MCPcopy Create free account
hub / github.com/clintonwoo/hackernews-react-graphql / getUsers

Method getUsers

server/database/database.ts:216–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214 }
215
216 getUsers(): UserModel[] {
217 return sampleData.users;
218 }
219
220 createUser(user: UserModel): UserModel {
221 sampleData.users.push(user);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected