MCPcopy 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

ProjectSkeletonFunction · 0.45
ArticleSkeletonFunction · 0.45
PaginationFunction · 0.45
drawMethod · 0.45
ProjectsFunction · 0.45
useArticleFunction · 0.45
Article.tsxFile · 0.45
ArticlesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected