Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EvoMap/evolver
/ getGithubToken
Function
getGithubToken
src/gep/issueReporter.js:52–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
function
getGithubToken() {
53
return
process.env.GITHUB_TOKEN || process.env.GH_TOKEN || process.env.GITHUB_PAT ||
''
;
54
}
55
56
function
getStatePath() {
57
return
path.join(getEvolutionDir(), STATE_FILE_NAME);
Callers
1
maybeReportIssue
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected