Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/varHarrie/varharrie.github.io
/ from
Method
from
src/models/UserModel.ts:11–13 ·
view source on GitHub ↗
(raw: User)
Source
from the content-addressed store, hash-verified
9
) {}
10
11
static from(raw: User): UserModel {
12
return
new
UserModel(raw.id, raw.login, raw.avatar_url, raw.html_url);
13
}
14
}
Callers
8
ProjectSkeleton
Function · 0.45
ArticleSkeleton
Function · 0.45
Pagination
Function · 0.45
draw
Method · 0.45
Projects
Function · 0.45
useArticle
Function · 0.45
Article.tsx
File · 0.45
Articles
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected