MCPcopy Create free account
hub / github.com/msgbyte/tailchat / userCodeKeyFor

Function userCodeKeyFor

server/services/openapi/oidc/adapter.ts:30–32  ·  view source on GitHub ↗
(userCode)

Source from the content-addressed store, hash-verified

28}
29
30function userCodeKeyFor(userCode) {
31 return `userCode:${userCode}`;
32}
33
34function uidKeyFor(uid) {
35 return `uid:${uid}`;

Callers 2

upsertMethod · 0.85
findByUserCodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected