Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/decaporg/decap-cms
/ getUser
Function
getUser
cypress/plugins/github.js:102–105 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
100
}
101
102
async
function
getUser() {
103
const
{ token } = getEnvs();
104
return
getAuthenticatedUser(token);
105
}
106
107
async
function
getForkUser() {
108
const
{ forkToken } = getEnvs();
Callers
1
setupGitHub
Function · 0.70
Calls
2
getEnvs
Function · 0.70
getAuthenticatedUser
Function · 0.70
Tested by
no test coverage detected