This website works better with JavaScript.
Почетна
Преглед
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Gates getCurrentUser to avoid extra git calls
main
Eric Amodio
пре 4 година
родитељ
8559ee3630
комит
82ce0d0d77
1 измењених фајлова
са
1 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/git/gitService.ts
+ 1
- 0
src/git/gitService.ts
Прегледај датотеку
@ -1394,6 +1394,7 @@ export class GitService implements Disposable {
}
@log
(
)
@gate
(
)
async
getCurrentUser
(
repoPath
:
string
)
{
let
user
=
this
.
_userMapCache
.
get
(
repoPath
)
;
if
(
user
!=
null
)
return
user
;
Write
Preview
Loading…
Откажи
Сачувај