Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KartikLabhshetwar/foliox
/ getUserData
Function
getUserData
lib/utils/user.ts:41–44 ·
view source on GitHub ↗
(username: string)
Source
from the content-addressed store, hash-verified
39
}
40
41
export
async
function
getUserData(username: string) {
42
const
validatedUsername = verifyUsername(username);
43
return
{ username: validatedUsername };
44
}
45
Callers
nothing calls this directly
Calls
1
verifyUsername
Function · 0.85
Tested by
no test coverage detected