MCPcopy Create free account
hub / github.com/LeChatErrant/API-template / getUser

Function getUser

src/routes/user/userControllers.ts:39–41  ·  view source on GitHub ↗
(user: User)

Source from the content-addressed store, hash-verified

37}
38
39export async function getUser(user: User) {
40 return buildUserRo(user);
41}
42
43export async function updateUser(user: User, payload: UserUpdateDto) {
44 const fields = payload;

Callers

nothing calls this directly

Calls 1

buildUserRoFunction · 0.90

Tested by

no test coverage detected