MCPcopy Create free account
hub / github.com/codeaashu/claude-code / get

Method get

src/server/web/user-store.ts:61–63  ·  view source on GitHub ↗
(userId: string)

Source from the content-addressed store, hash-verified

59 }
60
61 get(userId: string): UserRecord | undefined {
62 return this.users.get(userId);
63 }
64}

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected