Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stephengpope/thepopebot
/ getToken
Function
getToken
lib/github-api.js:17–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
}
16
17
function
getToken() {
18
return
getConfig(
'GH_TOKEN'
);
19
}
20
21
async
function
ghFetch(path, options = {}) {
22
const
token = getToken();
Callers
2
ghFetch
Function · 0.85
useVoiceInput
Function · 0.85
Calls
1
getConfig
Function · 0.90
Tested by
no test coverage detected