Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
function
userCodeKeyFor(userCode) {
31
return
`userCode:${userCode}`;
32
}
33
34
function
uidKeyFor(uid) {
35
return
`uid:${uid}`;
Callers
2
upsert
Method · 0.85
findByUserCode
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected