path
stringlengths
4
280
owner
stringlengths
2
39
repo_id
int64
21.1k
879M
is_fork
bool
2 classes
languages_distribution
stringlengths
13
1.95k
content
stringlengths
7
482k
issues
int64
0
13.9k
main_language
stringclasses
121 values
forks
stringlengths
1
5
stars
int64
0
111k
commit_sha
stringlengths
40
40
size
int64
7
482k
name
stringlengths
1
100
license
stringclasses
93 values
App_007_login/app/src/main/java/com/callor/login/data/LoginRepository.kt
ETS-Android1
497,193,642
false
{"Java": 182193, "Kotlin": 94685}
package com.callor.login.data import com.callor.login.data.model.LoggedInUser /** * Class that requests authentication and user information from the remote data source and * maintains an in-memory cache of login status and user credentials information. */ class LoginRepository { // in-memory cache of the log...
1
null
1
1
864be6b1d7072d63a78506b9f971968dbefc17b7
1,616
Biz_Android_505_2021_07
Apache License 2.0