SYMBOL INDEX (17 symbols across 3 files) FILE: src/constants.ts constant APP_DATA_FOLDER (line 4) | const APP_DATA_FOLDER = 'actions-cli' constant USER_TOKEN_CONFIG_KEY (line 5) | const USER_TOKEN_CONFIG_KEY = 'token' constant APP_DATA_PATH (line 6) | const APP_DATA_PATH = path.resolve(getAppDataPath(APP_DATA_FOLDER)) FILE: src/fetch.ts constant DEBUG (line 28) | const DEBUG = process.env.DEBUG function pollJobs (line 193) | async function pollJobs({ owner, repo, id, jobToFetch }) { function addSpinner (line 278) | function addSpinner({ spinners, key, value }) { function displayJobsTree (line 282) | function displayJobsTree({ function changeSpinnerText (line 323) | function changeSpinnerText({ spinner, text }) { function getRepoInfo (line 337) | async function getRepoInfo(currentPath) { constant GITHUB_ACTIONS_BOT_LOGIN (line 343) | const GITHUB_ACTIONS_BOT_LOGIN = 'github-actions[bot]' function getLastCommit (line 370) | async function getLastCommit(args: { function getCurrentBranch (line 421) | function getCurrentBranch() { FILE: src/support.ts function initStore (line 12) | function initStore(): Conf { function getGithubToken (line 53) | function getGithubToken() { function initOctokit (line 64) | function initOctokit(): Octokit { function parseGithubUrl (line 70) | function parseGithubUrl(githubUrl): { name; owner } { function catchAll (line 87) | function catchAll(fun) {