SYMBOL INDEX (1472 symbols across 20 files) FILE: __test__/git-auth-helper.test.ts function testAuthHeader (line 71) | async function testAuthHeader( function setup (line 979) | async function setup(testName: string): Promise { function getActualSshKeyPath (line 1180) | async function getActualSshKeyPath(): Promise { function getActualSshKnownHostsPath (line 1194) | async function getActualSshKnownHostsPath(): Promise { FILE: __test__/git-directory-helper.test.ts function setup (line 442) | async function setup(testName: string): Promise { FILE: dist/index.js function directoryExistsSync (line 37) | function directoryExistsSync(path, required) { function existsSync (line 63) | function existsSync(path) { function fileExistsSync (line 79) | function fileExistsSync(path) { function adopt (line 132) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 134) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 135) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 136) | function step(result) { result.done ? resolve(result.value) : adopt(resu... function createAuthHelper (line 155) | function createAuthHelper(git, settings) { class GitAuthHelper (line 158) | class GitAuthHelper { method constructor (line 159) | constructor(gitCommandManager, gitSourceSettings) { method configureAuth (line 182) | configureAuth() { method configureTempGlobalConfig (line 191) | configureTempGlobalConfig() { method configureGlobalAuth (line 230) | configureGlobalAuth() { method configureSubmoduleAuth (line 255) | configureSubmoduleAuth() { method removeAuth (line 300) | removeAuth() { method removeGlobalConfig (line 306) | removeGlobalConfig() { method configureSsh (line 320) | configureSsh() { method configureToken (line 381) | configureToken(globalConfig) { method getCredentialsConfigPath (line 440) | getCredentialsConfigPath() { method removeSsh (line 456) | removeSsh() { method removeToken (line 493) | removeToken() { method removeGitConfig (line 537) | removeGitConfig(configKey) { method removeSubmoduleGitConfig (line 550) | removeSubmoduleGitConfig(configKey) { method removeIncludeIfCredentials (line 563) | removeIncludeIfCredentials(configPath) { method testCredentialsConfigPath (line 602) | testCredentialsConfigPath(path) { function adopt (line 639) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 641) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 642) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 643) | function step(result) { result.done ? resolve(result.value) : adopt(resu... function createCommandManager (line 664) | function createCommandManager(workingDirectory, lfs, doSparseCheckout) { class GitCommandManager (line 669) | class GitCommandManager { method constructor (line 671) | constructor() { method branchDelete (line 682) | branchDelete(remote, branch) { method branchExists (line 692) | branchExists(remote, pattern) { method branchList (line 703) | branchList(remote) { method disableSparseCheckout (line 759) | disableSparseCheckout() { method sparseCheckout (line 766) | sparseCheckout(sparseCheckout) { method sparseCheckoutNonConeMode (line 771) | sparseCheckoutNonConeMode(sparseCheckout) { method checkout (line 783) | checkout(ref, startPoint) { method checkoutDetach (line 795) | checkoutDetach() { method config (line 801) | config(configKey, configValue, globalConfig, add, configFile) { method configExists (line 817) | configExists(configKey, globalConfig) { method fetch (line 830) | fetch(refSpec, options) { method getDefaultBranch (line 859) | getDefaultBranch(repositoryUrl) { method getSubmoduleConfigPaths (line 886) | getSubmoduleConfigPaths(recursive) { method getWorkingDirectory (line 896) | getWorkingDirectory() { method init (line 899) | init() { method isDetached (line 904) | isDetached() { method lfsFetch (line 911) | lfsFetch(ref) { method lfsInstall (line 920) | lfsInstall() { method log1 (line 925) | log1(format) { method remoteAdd (line 933) | remoteAdd(remoteName, remoteUrl) { method removeEnvironmentVariable (line 938) | removeEnvironmentVariable(name) { method revParse (line 947) | revParse(ref) { method setEnvironmentVariable (line 953) | setEnvironmentVariable(name, value) { method shaExists (line 956) | shaExists(sha) { method submoduleForeach (line 963) | submoduleForeach(command, recursive) { method submoduleSync (line 974) | submoduleSync(recursive) { method submoduleUpdate (line 983) | submoduleUpdate(fetchDepth, recursive) { method submoduleStatus (line 996) | submoduleStatus() { method tagExists (line 1003) | tagExists(pattern) { method tryClean (line 1009) | tryClean() { method tryConfigUnset (line 1015) | tryConfigUnset(configKey, globalConfig) { method tryConfigUnsetValue (line 1026) | tryConfigUnsetValue(configKey, configValue, globalConfig, configFile) { method tryDisableAutomaticGarbageCollection (line 1040) | tryDisableAutomaticGarbageCollection() { method tryGetFetchUrl (line 1046) | tryGetFetchUrl() { method tryGetConfigValues (line 1059) | tryGetConfigValues(configKey, globalConfig, configFile) { method tryGetConfigKeys (line 1079) | tryGetConfigKeys(pattern, globalConfig, configFile) { method tryReset (line 1099) | tryReset() { method version (line 1105) | version() { method createCommandManager (line 1110) | static createCommandManager(workingDirectory, lfs, doSparseCheckout) { method execGit (line 1117) | execGit(args_1) { method initializeCommandManager (line 1149) | initializeCommandManager(workingDirectory, lfs, doSparseCheckout) { class GitOutput (line 1224) | class GitOutput { method constructor (line 1225) | constructor() { function adopt (line 1263) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 1265) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 1266) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 1267) | function step(result) { result.done ? resolve(result.value) : adopt(resu... function prepareExistingDirectory (line 1279) | function prepareExistingDirectory(git, repositoryPath, repositoryUrl, cl... function adopt (line 1409) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 1411) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 1412) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 1413) | function step(result) { result.done ? resolve(result.value) : adopt(resu... function getSource (line 1432) | function getSource(settings) { function cleanup (line 1638) | function cleanup(repositoryPath) { function getGitCommandManager (line 1673) | function getGitCommandManager(settings) { class GitVersion (line 1700) | class GitVersion { method constructor (line 1705) | constructor(version) { method checkMinimum (line 1724) | checkMinimum(minimum) { method isValid (line 1751) | isValid() { method toString (line 1757) | toString() { function adopt (line 1802) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 1804) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 1805) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 1806) | function step(result) { result.done ? resolve(result.value) : adopt(resu... function downloadRepository (line 1824) | function downloadRepository(authToken, owner, repo, ref, commit, reposit... function getDefaultBranch (line 1879) | function getDefaultBranch(authToken, owner, repo, baseUrl) { function downloadArchive (line 1914) | function downloadArchive(authToken, owner, repo, ref, commit, baseUrl) { function adopt (line 1963) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 1965) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 1966) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 1967) | function step(result) { result.done ? resolve(result.value) : adopt(resu... function getInputs (line 1978) | function getInputs() { function adopt (line 2134) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 2136) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 2137) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 2138) | function step(result) { result.done ? resolve(result.value) : adopt(resu... function run (line 2149) | function run() { function cleanup (line 2171) | function cleanup() { function adopt (line 2223) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 2225) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 2226) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 2227) | function step(result) { result.done ? resolve(result.value) : adopt(resu... function getCheckoutInfo (line 2242) | function getCheckoutInfo(git, ref, commit) { function getRefSpecForAllHistory (line 2291) | function getRefSpecForAllHistory(ref, commit) { function getRefSpec (line 2299) | function getRefSpec(ref, commit, fetchTags) { function testRef (line 2364) | function testRef(git, ref, commit) { function checkCommitInfo (line 2406) | function checkCommitInfo(token, commitInfo, repositoryOwner, repositoryN... function fromPayload (line 2471) | function fromPayload(path) { function select (line 2474) | function select(obj, path) { function escape (line 2496) | function escape(value) { function adopt (line 2534) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 2536) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 2537) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 2538) | function step(result) { result.done ? resolve(result.value) : adopt(resu... class RetryHelper (line 2549) | class RetryHelper { method constructor (line 2550) | constructor(maxAttempts = defaultMaxAttempts, minSeconds = defaultMinS... method execute (line 2558) | execute(action) { method getSleepAmount (line 2579) | getSleepAmount() { method sleep (line 2583) | sleep(seconds) { method constructor (line 6991) | constructor(maxAttempts, minSeconds, maxSeconds) { method execute (line 7002) | execute(action, isRetryable) { method getSleepAmount (line 7026) | getSleepAmount() { method sleep (line 7030) | sleep(seconds) { function execute (line 2590) | function execute(action) { function setRepositoryPath (line 2658) | function setRepositoryPath(repositoryPath) { function setSshKeyPath (line 2664) | function setSshKeyPath(sshKeyPath) { function setSshKnownHostsPath (line 2670) | function setSshKnownHostsPath(sshKnownHostsPath) { function setSafeDirectory (line 2676) | function setSafeDirectory() { function getFetchUrl (line 2723) | function getFetchUrl(settings) { function getServerUrl (line 2736) | function getServerUrl(url) { function getServerApiUrl (line 2743) | function getServerApiUrl(url) { function isGhes (line 2756) | function isGhes(url) { function pruneSuffix (line 2764) | function pruneSuffix(text, suffix) { function hasContent (line 2775) | function hasContent(text, whitespaceMode) { function adopt (line 2815) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 2817) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 2818) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 2819) | function step(result) { result.done ? resolve(result.value) : adopt(resu... function getOrganizationId (line 2830) | function getOrganizationId() { function issueCommand (line 2895) | function issueCommand(command, properties, message) { function issue (line 2900) | function issue(name, message = '') { class Command (line 2905) | class Command { method constructor (line 2906) | constructor(command, properties, message) { method toString (line 2914) | toString() { function escapeData (line 2938) | function escapeData(s) { function escapeProperty (line 2944) | function escapeProperty(s) { function adopt (line 2981) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 2983) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 2984) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 2985) | function step(result) { result.done ? resolve(result.value) : adopt(resu... function exportVariable (line 3020) | function exportVariable(name, val) { function setSecret (line 3034) | function setSecret(secret) { function addPath (line 3042) | function addPath(inputPath) { function getInput (line 3062) | function getInput(name, options) { function getMultilineInput (line 3081) | function getMultilineInput(name, options) { function getBooleanInput (line 3101) | function getBooleanInput(name, options) { function setOutput (line 3120) | function setOutput(name, value) { function setCommandEcho (line 3134) | function setCommandEcho(enabled) { function setFailed (line 3146) | function setFailed(message) { function isDebug (line 3157) | function isDebug() { function debug (line 3165) | function debug(message) { function error (line 3174) | function error(message, properties = {}) { function warning (line 3183) | function warning(message, properties = {}) { function notice (line 3192) | function notice(message, properties = {}) { function info (line 3200) | function info(message) { function startGroup (line 3211) | function startGroup(name) { function endGroup (line 3218) | function endGroup() { function group (line 3230) | function group(name, fn) { function saveState (line 3254) | function saveState(name, value) { function getState (line 3268) | function getState(name) { function getIDToken (line 3272) | function getIDToken(aud) { function issueFileCommand (line 3332) | function issueFileCommand(command, message) { function prepareKeyValueMessage (line 3345) | function prepareKeyValueMessage(key, value) { function adopt (line 3370) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 3372) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 3373) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 3374) | function step(result) { result.done ? resolve(result.value) : adopt(resu... class OidcClient (line 3383) | class OidcClient { method createHttpClient (line 3384) | static createHttpClient(allowRetry = true, maxRetry = 10) { method getRequestToken (line 3391) | static getRequestToken() { method getIDTokenUrl (line 3398) | static getIDTokenUrl() { method getCall (line 3405) | static getCall(id_token_url) { method getIDToken (line 3423) | static getIDToken(audience) { function toPosixPath (line 3482) | function toPosixPath(pth) { function toWin32Path (line 3493) | function toWin32Path(pth) { function toPlatformPath (line 3505) | function toPlatformPath(pth) { function adopt (line 3519) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 3521) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 3522) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 3523) | function step(result) { result.done ? resolve(result.value) : adopt(resu... class Summary (line 3534) | class Summary { method constructor (line 3535) | constructor() { method filePath (line 3544) | filePath() { method wrap (line 3572) | wrap(tag, content, attrs = {}) { method write (line 3588) | write(options) { method clear (line 3602) | clear() { method stringify (line 3612) | stringify() { method isEmptyBuffer (line 3620) | isEmptyBuffer() { method emptyBuffer (line 3628) | emptyBuffer() { method addRaw (line 3640) | addRaw(text, addEOL = false) { method addEOL (line 3649) | addEOL() { method addCodeBlock (line 3660) | addCodeBlock(code, lang) { method addList (line 3673) | addList(items, ordered = false) { method addTable (line 3686) | addTable(rows) { method addDetails (line 3714) | addDetails(label, content) { method addImage (line 3727) | addImage(src, alt, options) { method addHeading (line 3741) | addHeading(text, level) { method addSeparator (line 3754) | addSeparator() { method addBreak (line 3763) | addBreak() { method addQuote (line 3775) | addQuote(text, cite) { method addLink (line 3788) | addLink(text, href) { function toCommandValue (line 3816) | function toCommandValue(input) { function toCommandProperties (line 3832) | function toCommandProperties(annotationProperties) { function _interopRequireDefault (line 3932) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function _interopRequireDefault (line 3949) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function md5 (line 3951) | function md5(bytes) { function _interopRequireDefault (line 3994) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function parse (line 3996) | function parse(uuid) { function _interopRequireDefault (line 4061) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function rng (line 4067) | function rng() { function _interopRequireDefault (line 4092) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function sha1 (line 4094) | function sha1(bytes) { function _interopRequireDefault (line 4122) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function stringify (line 4134) | function stringify(arr, offset = 0) { function _interopRequireDefault (line 4170) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function v1 (line 4184) | function v1(options, buf, offset) { function _interopRequireDefault (line 4284) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function _interopRequireDefault (line 4308) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function stringToBytes (line 4310) | function stringToBytes(str) { function _default (line 4327) | function _default(name, version, hashfunc) { function _interopRequireDefault (line 4392) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function v4 (line 4394) | function v4(options, buf, offset) { function _interopRequireDefault (line 4436) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function _interopRequireDefault (line 4457) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function validate (line 4459) | function validate(uuid) { function _interopRequireDefault (line 4481) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function version (line 4483) | function version(uuid) { function adopt (line 4521) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 4523) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 4524) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 4525) | function step(result) { result.done ? resolve(result.value) : adopt(resu... function exec (line 4543) | function exec(commandLine, args, options) { function getExecOutput (line 4567) | function getExecOutput(commandLine, args, options) { function adopt (line 4631) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 4633) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 4634) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 4635) | function step(result) { result.done ? resolve(result.value) : adopt(resu... class ToolRunner (line 4653) | class ToolRunner extends events.EventEmitter { method constructor (line 4654) | constructor(toolPath, args, options) { method _debug (line 4663) | _debug(message) { method _getCommandString (line 4668) | _getCommandString(options, noPrefix) { method _processLineBuffer (line 4706) | _processLineBuffer(data, strBuffer, onLine) { method _getSpawnFileName (line 4725) | _getSpawnFileName() { method _getSpawnArgs (line 4733) | _getSpawnArgs(options) { method _endsWith (line 4749) | _endsWith(str, end) { method _isCmdFile (line 4752) | _isCmdFile() { method _windowsQuoteCmdArg (line 4757) | _windowsQuoteCmdArg(arg) { method _uvQuoteCmdArg (line 4877) | _uvQuoteCmdArg(arg) { method _cloneExecOptions (line 4956) | _cloneExecOptions(options) { method _getSpawnOptions (line 4971) | _getSpawnOptions(options, toolPath) { method exec (line 4992) | exec() { function argStringToArray (line 5112) | function argStringToArray(argString) { class ExecState (line 5159) | class ExecState extends events.EventEmitter { method constructor (line 5160) | constructor(options, toolPath) { method CheckComplete (line 5179) | CheckComplete() { method _debug (line 5190) | _debug(message) { method _setResult (line 5193) | _setResult() { method HandleTimeout (line 5215) | static HandleTimeout(state) { class Context (line 5240) | class Context { method constructor (line 5244) | constructor() { method issue (line 5270) | get issue() { method repo (line 5274) | get repo() { function getOctokit (line 5332) | function getOctokit(token, options, ...additionalPlugins) { function adopt (line 5370) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 5372) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 5373) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 5374) | function step(result) { result.done ? resolve(result.value) : adopt(resu... function getAuthString (line 5382) | function getAuthString(token, options) { function getProxyAgent (line 5392) | function getProxyAgent(destinationUrl) { function getProxyAgentDispatcher (line 5397) | function getProxyAgentDispatcher(destinationUrl) { function getProxyFetch (line 5402) | function getProxyFetch(destinationUrl) { function getApiBaseUrl (line 5410) | function getApiBaseUrl() { function getOctokitOptions (line 5470) | function getOctokitOptions(token, options) { function adopt (line 5490) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 5492) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 5493) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 5494) | function step(result) { result.done ? resolve(result.value) : adopt(resu... class BasicCredentialHandler (line 5500) | class BasicCredentialHandler { method constructor (line 5501) | constructor(username, password) { method prepareRequest (line 5505) | prepareRequest(options) { method canHandleAuthentication (line 5512) | canHandleAuthentication() { method handleAuthentication (line 5515) | handleAuthentication() { class BearerCredentialHandler (line 5522) | class BearerCredentialHandler { method constructor (line 5523) | constructor(token) { method prepareRequest (line 5528) | prepareRequest(options) { method canHandleAuthentication (line 5535) | canHandleAuthentication() { method handleAuthentication (line 5538) | handleAuthentication() { class PersonalAccessTokenCredentialHandler (line 5545) | class PersonalAccessTokenCredentialHandler { method constructor (line 5546) | constructor(token) { method prepareRequest (line 5551) | prepareRequest(options) { method canHandleAuthentication (line 5558) | canHandleAuthentication() { method handleAuthentication (line 5561) | handleAuthentication() { function adopt (line 5602) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 5604) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 5605) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 5606) | function step(result) { result.done ? resolve(result.value) : adopt(resu... function getProxyUrl (line 5660) | function getProxyUrl(serverUrl) { class HttpClientError (line 5680) | class HttpClientError extends Error { method constructor (line 5681) | constructor(message, statusCode) { class HttpClientResponse (line 5689) | class HttpClientResponse { method constructor (line 5690) | constructor(message) { method readBody (line 5693) | readBody() { method readBodyBuffer (line 5706) | readBodyBuffer() { function isHttps (line 5721) | function isHttps(requestUrl) { class HttpClient (line 5726) | class HttpClient { method constructor (line 5727) | constructor(userAgent, handlers, requestOptions) { method options (line 5764) | options(requestUrl, additionalHeaders) { method get (line 5769) | get(requestUrl, additionalHeaders) { method del (line 5774) | del(requestUrl, additionalHeaders) { method post (line 5779) | post(requestUrl, data, additionalHeaders) { method patch (line 5784) | patch(requestUrl, data, additionalHeaders) { method put (line 5789) | put(requestUrl, data, additionalHeaders) { method head (line 5794) | head(requestUrl, additionalHeaders) { method sendStream (line 5799) | sendStream(verb, requestUrl, stream, additionalHeaders) { method getJson (line 5808) | getJson(requestUrl, additionalHeaders = {}) { method postJson (line 5815) | postJson(requestUrl, obj, additionalHeaders = {}) { method putJson (line 5824) | putJson(requestUrl, obj, additionalHeaders = {}) { method patchJson (line 5833) | patchJson(requestUrl, obj, additionalHeaders = {}) { method request (line 5847) | request(verb, requestUrl, data, headers) { method dispose (line 5932) | dispose() { method requestRaw (line 5943) | requestRaw(info, data) { method requestRawWithCallback (line 5968) | requestRawWithCallback(info, data, onResult) { method getAgent (line 6020) | getAgent(serverUrl) { method getAgentDispatcher (line 6024) | getAgentDispatcher(serverUrl) { method _prepareRequest (line 6033) | _prepareRequest(method, requestUrl, headers) { method _mergeHeaders (line 6060) | _mergeHeaders(headers) { method _getExistingOrDefaultHeader (line 6066) | _getExistingOrDefaultHeader(additionalHeaders, header, _default) { method _getAgent (line 6073) | _getAgent(parsedUrl) { method _getProxyAgentDispatcher (line 6128) | _getProxyAgentDispatcher(parsedUrl, proxyUrl) { method _performExponentialBackoff (line 6152) | _performExponentialBackoff(retryNumber) { method _processResponse (line 6159) | _processResponse(res, options) { function getProxyUrl (line 6238) | function getProxyUrl(reqUrl) { function checkBypass (line 6265) | function checkBypass(reqUrl) { function isLoopbackAddress (line 6309) | function isLoopbackAddress(host) { function adopt (line 6345) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 6347) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 6348) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 6349) | function step(result) { result.done ? resolve(result.value) : adopt(resu... function exists (line 6366) | function exists(fsPath) { function isDirectory (line 6381) | function isDirectory(fsPath, useStat = false) { function isRooted (line 6392) | function isRooted(p) { function tryGetExecutablePath (line 6410) | function tryGetExecutablePath(filePath, extensions) { function normalizeSeparators (line 6481) | function normalizeSeparators(p) { function isUnixExecutable (line 6495) | function isUnixExecutable(stats) { function getCmdPath (line 6501) | function getCmdPath() { function adopt (line 6535) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 6537) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 6538) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 6539) | function step(result) { result.done ? resolve(result.value) : adopt(resu... function cp (line 6556) | function cp(source, dest, options = {}) { function mv (line 6597) | function mv(source, dest, options = {}) { function rmRF (line 6625) | function rmRF(inputPath) { function mkdirP (line 6656) | function mkdirP(fsPath) { function which (line 6671) | function which(tool, check) { function findInPath (line 6702) | function findInPath(tool) { function readCopyOptions (line 6754) | function readCopyOptions(options) { function cpDirRecursive (line 6762) | function cpDirRecursive(sourceDir, destDir, currentDepth, force) { function copyFile (line 6787) | function copyFile(srcFile, destFile, force) { function adopt (line 6841) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 6843) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 6844) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 6845) | function step(result) { result.done ? resolve(result.value) : adopt(resu... function _findMatch (line 6858) | function _findMatch(versionSpec, stable, candidates, archFilter) { function _getOsVersion (line 6899) | function _getOsVersion() { function _readLinuxVersionFile (line 6934) | function _readLinuxVersionFile() { function adopt (line 6976) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 6978) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 6979) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 6980) | function step(result) { result.done ? resolve(result.value) : adopt(resu... class RetryHelper (line 6990) | class RetryHelper { method constructor (line 2550) | constructor(maxAttempts = defaultMaxAttempts, minSeconds = defaultMinS... method execute (line 2558) | execute(action) { method getSleepAmount (line 2579) | getSleepAmount() { method sleep (line 2583) | sleep(seconds) { method constructor (line 6991) | constructor(maxAttempts, minSeconds, maxSeconds) { method execute (line 7002) | execute(action, isRetryable) { method getSleepAmount (line 7026) | getSleepAmount() { method sleep (line 7030) | sleep(seconds) { function adopt (line 7066) | function adopt(value) { return value instanceof P ? value : new P(functi... function fulfilled (line 7068) | function fulfilled(value) { try { step(generator.next(value)); } catch (... function rejected (line 7069) | function rejected(value) { try { step(generator["throw"](value)); } catc... function step (line 7070) | function step(result) { result.done ? resolve(result.value) : adopt(resu... class HTTPError (line 7093) | class HTTPError extends Error { method constructor (line 7094) | constructor(httpStatusCode) { function downloadTool (line 7113) | function downloadTool(url, dest, auth, headers) { function downloadToolAttempt (line 7140) | function downloadToolAttempt(url, dest, auth, headers) { function extract7z (line 7202) | function extract7z(file, dest, _7zPath) { function extractTar (line 7269) | function extractTar(file, dest, flags = 'xz') { function extractXar (line 7328) | function extractXar(file, dest, flags = []) { function extractZip (line 7357) | function extractZip(file, dest) { function extractZipWin (line 7373) | function extractZipWin(file, dest) { function extractZipNix (line 7424) | function extractZipNix(file, dest) { function cacheDir (line 7443) | function cacheDir(sourceDir, tool, version, arch) { function cacheFile (line 7476) | function cacheFile(sourceFile, targetFile, tool, version, arch) { function find (line 7505) | function find(toolName, versionSpec, arch) { function findAllVersions (line 7542) | function findAllVersions(toolName, arch) { function getManifestFromRepo (line 7560) | function getManifestFromRepo(owner, repo, auth, branch = 'master') { function findFromManifest (line 7597) | function findFromManifest(versionSpec, stable, manifest, archFilter = os... function _createExtractFolder (line 7605) | function _createExtractFolder(dest) { function _createToolPath (line 7615) | function _createToolPath(tool, version, arch) { function _completeToolPath (line 7626) | function _completeToolPath(tool, version, arch) { function isExplicitVersion (line 7637) | function isExplicitVersion(versionSpec) { function evaluateVersions (line 7651) | function evaluateVersions(versions, versionSpec) { function _getCacheDirectory (line 7680) | function _getCacheDirectory() { function _getTempDirectory (line 7688) | function _getTempDirectory() { function _getGlobal (line 7696) | function _getGlobal(key, defaultValue) { function _unique (line 7706) | function _unique(values) { function bytesToUuid (line 7725) | function bytesToUuid(buf, offset) { function v4 (line 7767) | function v4(options, buf, offset) { function auth (line 7831) | async function auth(token) { function withAuthorizationPrefix (line 7844) | function withAuthorizationPrefix(token) { function hook (line 7852) | async function hook(token, request, route, parameters) { method defaults (line 7930) | static defaults(defaults) { method plugin (line 7961) | static plugin(...newPlugins) { method constructor (line 7972) | constructor(options = {}) { function lowercaseKeys (line 8102) | function lowercaseKeys(object) { function isPlainObject (line 8113) | function isPlainObject(value) { function mergeDeep (line 8126) | function mergeDeep(defaults, options) { function removeUndefinedProperties (line 8142) | function removeUndefinedProperties(obj) { function merge (line 8152) | function merge(defaults, route, options) { function addQueryParameters (line 8175) | function addQueryParameters(url, parameters) { function removeNonChars (line 8191) | function removeNonChars(variableName) { function extractUrlVariableNames (line 8194) | function extractUrlVariableNames(url) { function omit (line 8203) | function omit(object, keysToOmit) { function encodeReserved (line 8214) | function encodeReserved(str) { function encodeUnreserved (line 8222) | function encodeUnreserved(str) { function encodeValue (line 8227) | function encodeValue(operator, value, key) { function isDefined (line 8235) | function isDefined(value) { function isKeyOperator (line 8238) | function isKeyOperator(operator) { function getValues (line 8241) | function getValues(context, operator, key, modifier) { function parseUrl (line 8301) | function parseUrl(template) { function expand (line 8306) | function expand(template, context) { function parse (line 8346) | function parse(options) { function endpointWithDefaults (line 8411) | function endpointWithDefaults(defaults, route, options) { function withDefaults (line 8416) | function withDefaults(oldDefaults, newDefaults) { function _buildMessageForResponseErrors (line 8479) | function _buildMessageForResponseErrors(data) { method constructor (line 8484) | constructor(request2, headers, response) { function graphql (line 8510) | function graphql(request2, query, options) { function withDefaults (line 8562) | function withDefaults(request2, newDefaults) { function withCustomRequest (line 8581) | function withCustomRequest(customRequest) { function normalizePaginatedListResponse (line 8630) | function normalizePaginatedListResponse(response) { function iterator (line 8660) | function iterator(octokit, route, parameters) { function paginate (line 8696) | function paginate(octokit, route, parameters, mapFn) { function gather (line 8708) | function gather(octokit, results, iterator2, mapFn) { function isPaginatingEndpoint (line 8971) | function isPaginatingEndpoint(arg) { function paginateRest (line 8980) | function paginateRest(octokit) { method has (line 11044) | has({ scope }, methodName) { method getOwnPropertyDescriptor (line 11047) | getOwnPropertyDescriptor(target, methodName) { method defineProperty (line 11056) | defineProperty(target, methodName, descriptor) { method deleteProperty (line 11060) | deleteProperty(target, methodName) { method ownKeys (line 11064) | ownKeys({ scope }) { method set (line 11067) | set(target, methodName, value) { method get (line 11070) | get({ octokit, scope, cache }, methodName) { function endpointsToMethods (line 11093) | function endpointsToMethods(octokit) { function decorate (line 11100) | function decorate(octokit, scope, methodName, defaults, decorations) { function restEndpointMethods (line 11143) | function restEndpointMethods(octokit) { function legacyRestEndpointMethods (line 11150) | function legacyRestEndpointMethods(octokit) { method constructor (line 11208) | constructor(message, statusCode, options) { function isPlainObject (line 11298) | function isPlainObject(value) { function getBufferResponse (line 11314) | function getBufferResponse(response) { function fetchWrapper (line 11319) | function fetchWrapper(requestOptions) { function getResponseData (line 11427) | async function getResponseData(response) { function toErrorMessage (line 11437) | function toErrorMessage(data) { function withDefaults (line 11456) | function withDefaults(oldEndpoint, newDefaults) { function bindApi (line 11503) | function bindApi(hook, state, name) { function HookSingular (line 11516) | function HookSingular() { function HookCollection (line 11526) | function HookCollection() { function Hook (line 11538) | function Hook() { function addHook (line 11565) | function addHook(state, kind, name, hook) { function register (line 11618) | function register(state, name, method, options) { function removeHook (line 11652) | function removeHook(state, name, method) { class Deprecation (line 11681) | class Deprecation extends Error { method constructor (line 11682) | constructor(message) { function once (line 11724) | function once (fn) { function onceStrict (line 11734) | function onceStrict (fn) { function tok (line 11790) | function tok (n) { function makeSafeRe (line 11808) | function makeSafeRe (value) { function parse (line 12046) | function parse (version, options) { function valid (line 12079) | function valid (version, options) { function clean (line 12085) | function clean (version, options) { function SemVer (line 12092) | function SemVer (version, options) { function inc (line 12362) | function inc (version, release, loose, identifier) { function diff (line 12376) | function diff (version1, version2) { function compareIdentifiers (line 12401) | function compareIdentifiers (a, b) { function rcompareIdentifiers (line 12418) | function rcompareIdentifiers (a, b) { function major (line 12423) | function major (a, loose) { function minor (line 12428) | function minor (a, loose) { function patch (line 12433) | function patch (a, loose) { function compare (line 12438) | function compare (a, b, loose) { function compareLoose (line 12443) | function compareLoose (a, b) { function compareBuild (line 12448) | function compareBuild (a, b, loose) { function rcompare (line 12455) | function rcompare (a, b, loose) { function sort (line 12460) | function sort (list, loose) { function rsort (line 12467) | function rsort (list, loose) { function gt (line 12474) | function gt (a, b, loose) { function lt (line 12479) | function lt (a, b, loose) { function eq (line 12484) | function eq (a, b, loose) { function neq (line 12489) | function neq (a, b, loose) { function gte (line 12494) | function gte (a, b, loose) { function lte (line 12499) | function lte (a, b, loose) { function cmp (line 12504) | function cmp (a, op, b, loose) { function Comparator (line 12546) | function Comparator (comp, options) { function Range (line 12678) | function Range (range, options) { function isSatisfiable (line 12804) | function isSatisfiable (comparators, options) { function toComparators (line 12822) | function toComparators (range, options) { function parseComparator (line 12833) | function parseComparator (comp, options) { function isX (line 12846) | function isX (id) { function replaceTildes (line 12856) | function replaceTildes (comp, options) { function replaceTilde (line 12862) | function replaceTilde (comp, options) { function replaceCarets (line 12896) | function replaceCarets (comp, options) { function replaceCaret (line 12902) | function replaceCaret (comp, options) { function replaceXRanges (line 12954) | function replaceXRanges (comp, options) { function replaceXRange (line 12961) | function replaceXRange (comp, options) { function replaceStars (line 13035) | function replaceStars (comp, options) { function hyphenReplace (line 13046) | function hyphenReplace ($0, function testSet (line 13096) | function testSet (set, version, options) { function satisfies (line 13133) | function satisfies (version, range, options) { function maxSatisfying (line 13143) | function maxSatisfying (versions, range, options) { function minSatisfying (line 13165) | function minSatisfying (versions, range, options) { function minVersion (line 13187) | function minVersion (range, loose) { function validRange (line 13241) | function validRange (range, options) { function ltr (line 13253) | function ltr (version, range, options) { function gtr (line 13259) | function gtr (version, range, options) { function outside (line 13264) | function outside (version, range, hilo, options) { function prerelease (line 13334) | function prerelease (version, options) { function intersects (line 13340) | function intersects (r1, r2, options) { function coerce (line 13347) | function coerce (version, options) { function httpOverHttp (line 13429) | function httpOverHttp(options) { function httpsOverHttp (line 13435) | function httpsOverHttp(options) { function httpOverHttps (line 13443) | function httpOverHttps(options) { function httpsOverHttps (line 13449) | function httpsOverHttps(options) { function TunnelingAgent (line 13458) | function TunnelingAgent(options) { function onFree (line 13501) | function onFree() { function onCloseOrRemove (line 13505) | function onCloseOrRemove(err) { function onResponse (line 13545) | function onResponse(res) { function onUpgrade (line 13550) | function onUpgrade(res, socket, head) { function onConnect (line 13557) | function onConnect(res, socket, head) { function onError (line 13586) | function onError(cause) { function createSecureSocket (line 13616) | function createSecureSocket(options, cb) { function toOptions (line 13633) | function toOptions(host, port, localAddress) { function mergeOptions (line 13644) | function mergeOptions(target) { function makeDispatcher (line 13732) | function makeDispatcher (fn) { function defaultFactory (line 13879) | function defaultFactory (origin, opts) { class Agent (line 13885) | class Agent extends DispatcherBase { method constructor (line 13886) | constructor ({ factory = defaultFactory, maxRedirections = 0, connect,... method [kRunning] (line 13942) | get [kRunning] () { method [kDispatch] (line 13954) | [kDispatch] (opts, handler) { method [kClose] (line 13979) | async [kClose] () { method [kDestroy] (line 13992) | async [kDestroy] (err) { function abort (line 14020) | function abort (self) { function addSignal (line 14028) | function addSignal (self, signal) { function removeSignal (line 14049) | function removeSignal (self) { class ConnectHandler (line 14083) | class ConnectHandler extends AsyncResource { method constructor (line 14084) | constructor (opts, callback) { method onConnect (line 14109) | onConnect (abort, context) { method onHeaders (line 14118) | onHeaders () { method onUpgrade (line 14122) | onUpgrade (statusCode, rawHeaders, socket) { method onError (line 14144) | onError (err) { function connect (line 14158) | function connect (opts, callback) { class PipelineRequest (line 14207) | class PipelineRequest extends Readable { method constructor (line 14208) | constructor () { method _read (line 14214) | _read () { method _destroy (line 14223) | _destroy (err, callback) { class PipelineResponse (line 14230) | class PipelineResponse extends Readable { method constructor (line 14231) | constructor (resume) { method _read (line 14236) | _read () { method _destroy (line 14240) | _destroy (err, callback) { class PipelineHandler (line 14249) | class PipelineHandler extends AsyncResource { method constructor (line 14250) | constructor (opts, handler) { method onConnect (line 14334) | onConnect (abort, context) { method onHeaders (line 14347) | onHeaders (statusCode, rawHeaders, resume) { method onData (line 14409) | onData (chunk) { method onComplete (line 14414) | onComplete (trailers) { method onError (line 14419) | onError (err) { function pipeline (line 14426) | function pipeline (opts, handler) { class RequestHandler (line 14457) | class RequestHandler extends AsyncResource { method constructor (line 14458) | constructor (opts, callback) { method onConnect (line 14515) | onConnect (abort, context) { method onHeaders (line 14524) | onHeaders (statusCode, rawHeaders, resume, statusMessage) { method onData (line 14560) | onData (chunk) { method onComplete (line 14565) | onComplete (trailers) { method onError (line 14575) | onError (err) { function request (line 14603) | function request (opts, callback) { class StreamHandler (line 14646) | class StreamHandler extends AsyncResource { method constructor (line 14647) | constructor (opts, factory, callback) { method onConnect (line 14704) | onConnect (abort, context) { method onHeaders (line 14713) | onHeaders (statusCode, rawHeaders, resume, statusMessage) { method onData (line 14788) | onData (chunk) { method onComplete (line 14794) | onComplete (trailers) { method onError (line 14808) | onError (err) { function stream (line 14832) | function stream (opts, factory, callback) { class UpgradeHandler (line 14869) | class UpgradeHandler extends AsyncResource { method constructor (line 14870) | constructor (opts, callback) { method onConnect (line 14896) | onConnect (abort, context) { method onHeaders (line 14905) | onHeaders () { method onUpgrade (line 14909) | onUpgrade (statusCode, rawHeaders, socket) { method onError (line 14926) | onError (err) { function upgrade (line 14940) | function upgrade (opts, callback) { method constructor (line 15010) | constructor ({ method destroy (line 15036) | destroy (err) { method emit (line 15053) | emit (ev, ...args) { method on (line 15064) | on (ev, ...args) { method addListener (line 15071) | addListener (ev, ...args) { method off (line 15075) | off (ev, ...args) { method removeListener (line 15086) | removeListener (ev, ...args) { method push (line 15090) | push (chunk) { method text (line 15099) | async text () { method json (line 15104) | async json () { method blob (line 15109) | async blob () { method arrayBuffer (line 15114) | async arrayBuffer () { method formData (line 15119) | async formData () { method bodyUsed (line 15125) | get bodyUsed () { method body (line 15130) | get body () { method dump (line 15142) | dump (opts) { function isLocked (line 15190) | function isLocked (self) { function isUnusable (line 15196) | function isUnusable (self) { function consume (line 15200) | async function consume (stream, type) { function consumeStart (line 15231) | function consumeStart (consume) { function consumeEnd (line 15257) | function consumeEnd (consume) { function consumePush (line 15288) | function consumePush (consume, chunk) { function consumeFinish (line 15293) | function consumeFinish (consume, err) { function getResolveErrorBodyCallback (line 15324) | async function getResolveErrorBodyCallback ({ callback, body, contentTyp... function getGreatestCommonDivisor (line 15399) | function getGreatestCommonDivisor (a, b) { function defaultFactory (line 15404) | function defaultFactory (origin, opts) { class BalancedPool (line 15408) | class BalancedPool extends PoolBase { method constructor (line 15409) | constructor (upstreams = [], { factory = defaultFactory, ...opts } = {... method addUpstream (line 15438) | addUpstream (upstream) { method _updateBalancedPoolStats (line 15478) | _updateBalancedPoolStats () { method removeUpstream (line 15482) | removeUpstream (upstream) { method upstreams (line 15498) | get upstreams () { method [kGetDispatcher] (line 15504) | [kGetDispatcher] () { class Cache (line 15599) | class Cache { method constructor (line 15606) | constructor () { method match (line 15614) | async match (request, options = {}) { method matchAll (line 15630) | async matchAll (request = undefined, options = {}) { method add (line 15698) | async add (request) { method addAll (line 15714) | async addAll (requests) { method put (line 15875) | async put (request, response) { method delete (line 16004) | async delete (request, options = {}) { method keys (line 16068) | async keys (request = undefined, options = {}) { method #batchCacheOperations (line 16147) | #batchCacheOperations (operations) { method #queryCache (line 16285) | #queryCache (requestQuery, options, targetStorage) { method #requestMatchesCachedItem (line 16309) | #requestMatchesCachedItem (requestQuery, request, response = null, opt... class CacheStorage (line 16423) | class CacheStorage { method constructor (line 16430) | constructor () { method match (line 16436) | async match (request, options = {}) { method has (line 16473) | async has (cacheName) { method open (line 16489) | async open (cacheName) { method delete (line 16521) | async delete (cacheName) { method keys (line 16534) | async keys () { function urlEquals (line 16594) | function urlEquals (A, B, excludeFragment = false) { function fieldValues (line 16606) | function fieldValues (header) { class Client (line 16766) | class Client extends DispatcherBase { method constructor (line 16772) | constructor (url, { method pipelining (line 16955) | get pipelining () { method pipelining (line 16959) | set pipelining (value) { method [kPending] (line 16964) | get [kPending] () { method [kRunning] (line 16968) | get [kRunning] () { method [kSize] (line 16972) | get [kSize] () { method [kConnected] (line 16976) | get [kConnected] () { method [kBusy] (line 16980) | get [kBusy] () { method [kConnect] (line 16990) | [kConnect] (cb) { method [kDispatch] (line 16995) | [kDispatch] (opts, handler) { method [kClose] (line 17020) | async [kClose] () { method [kDestroy] (line 17032) | async [kDestroy] (err) { function onHttp2SessionError (line 17066) | function onHttp2SessionError (err) { function onHttp2FrameError (line 17074) | function onHttp2FrameError (type, code, id) { function onHttp2SessionEnd (line 17083) | function onHttp2SessionEnd () { function onHTTP2GoAway (line 17088) | function onHTTP2GoAway (code) { function lazyllhttp (line 17128) | async function lazyllhttp () { class Parser (line 17203) | class Parser { method constructor (line 17204) | constructor (client, socket, { exports }) { method setTimeout (line 17232) | setTimeout (value, type) { method resume (line 17254) | resume () { method readMore (line 17277) | readMore () { method execute (line 17287) | execute (data) { method destroy (line 17349) | destroy () { method onStatus (line 17364) | onStatus (buf) { method onMessageBegin (line 17368) | onMessageBegin () { method onHeaderField (line 17382) | onHeaderField (buf) { method onHeaderValue (line 17394) | onHeaderValue (buf) { method trackHeader (line 17416) | trackHeader (len) { method onUpgrade (line 17423) | onUpgrade (head) { method onHeadersComplete (line 17470) | onHeadersComplete (statusCode, upgrade, shouldKeepAlive) { method onBody (line 17579) | onBody (buf) { method onMessageComplete (line 17611) | onMessageComplete () { function onParserTimeout (line 17678) | function onParserTimeout (parser) { function onSocketReadable (line 17697) | function onSocketReadable () { function onSocketError (line 17704) | function onSocketError (err) { function onError (line 17724) | function onError (client, err) { function onSocketEnd (line 17744) | function onSocketEnd () { function onSocketClose (line 17758) | function onSocketClose () { function connect (line 17801) | async function connect (client) { function emitDrain (line 17966) | function emitDrain (client) { function resume (line 17971) | function resume (client, sync) { function _resume (line 17988) | function _resume (client, sync) { function shouldSendContentLength (line 18113) | function shouldSendContentLength (method) { function write (line 18117) | function write (client, request) { function writeH2 (line 18282) | function writeH2 (client, session, request) { function writeStream (line 18546) | function writeStream ({ h2stream, body, client, request, socket, content... function writeBlob (line 18661) | async function writeBlob ({ h2stream, body, client, request, socket, con... function writeIterable (line 18696) | async function writeIterable ({ h2stream, body, client, request, socket,... class AsyncWriter (line 18776) | class AsyncWriter { method constructor (line 18777) | constructor ({ socket, request, contentLength, client, expectsPayload,... method write (line 18789) | write (chunk) { method end (line 18852) | end () { method destroy (line 18899) | destroy (err) { function errorRequest (line 18911) | function errorRequest (client, request, err) { class CompatWeakRef (line 18935) | class CompatWeakRef { method constructor (line 18936) | constructor (value) { method deref (line 18940) | deref () { class CompatFinalizer (line 18947) | class CompatFinalizer { method constructor (line 18948) | constructor (finalizer) { method register (line 18952) | register (dispatcher, key) { function getCookies (line 19030) | function getCookies (headers) { function deleteCookie (line 19057) | function deleteCookie (headers, name, attributes) { function getSetCookies (line 19079) | function getSetCookies (headers) { function setCookie (line 19098) | function setCookie (headers, cookie) { function parseSetCookie (line 19209) | function parseSetCookie (header) { function parseUnparsedAttributes (line 19285) | function parseUnparsedAttributes (unparsedAttributes, cookieAttributeLis... function isCTLExcludingHtab (line 19527) | function isCTLExcludingHtab (value) { function validateCookieName (line 19554) | function validateCookieName (name) { function validateCookieValue (line 19591) | function validateCookieValue (value) { function validateCookiePath (line 19612) | function validateCookiePath (path) { function validateCookieDomain (line 19627) | function validateCookieDomain (domain) { function toIMFDate (line 19678) | function toIMFDate (date) { function validateCookieMaxAge (line 19711) | function validateCookieMaxAge (maxAge) { function stringify (line 19721) | function stringify (cookie) { method constructor (line 19822) | constructor (maxCachedSessions) { method get (line 19837) | get (sessionKey) { method set (line 19842) | set (sessionKey, session) { method constructor (line 19853) | constructor (maxCachedSessions) { method get (line 19858) | get (sessionKey) { method set (line 19862) | set (sessionKey, session) { function buildConnector (line 19878) | function buildConnector ({ allowH2, maxCachedSessions, socketPath, timeo... function setupTimeout (line 19962) | function setupTimeout (onConnectTimeout, timeout) { function onConnectTimeout (line 19987) | function onConnectTimeout (socket) { class UndiciError (line 20128) | class UndiciError extends Error { method constructor (line 20129) | constructor (message) { class ConnectTimeoutError (line 20136) | class ConnectTimeoutError extends UndiciError { method constructor (line 20137) | constructor (message) { class HeadersTimeoutError (line 20146) | class HeadersTimeoutError extends UndiciError { method constructor (line 20147) | constructor (message) { class HeadersOverflowError (line 20156) | class HeadersOverflowError extends UndiciError { method constructor (line 20157) | constructor (message) { class BodyTimeoutError (line 20166) | class BodyTimeoutError extends UndiciError { method constructor (line 20167) | constructor (message) { class ResponseStatusCodeError (line 20176) | class ResponseStatusCodeError extends UndiciError { method constructor (line 20177) | constructor (message, statusCode, headers, body) { class InvalidArgumentError (line 20190) | class InvalidArgumentError extends UndiciError { method constructor (line 20191) | constructor (message) { class InvalidReturnValueError (line 20200) | class InvalidReturnValueError extends UndiciError { method constructor (line 20201) | constructor (message) { class RequestAbortedError (line 20210) | class RequestAbortedError extends UndiciError { method constructor (line 20211) | constructor (message) { class InformationalError (line 20220) | class InformationalError extends UndiciError { method constructor (line 20221) | constructor (message) { class RequestContentLengthMismatchError (line 20230) | class RequestContentLengthMismatchError extends UndiciError { method constructor (line 20231) | constructor (message) { class ResponseContentLengthMismatchError (line 20240) | class ResponseContentLengthMismatchError extends UndiciError { method constructor (line 20241) | constructor (message) { class ClientDestroyedError (line 20250) | class ClientDestroyedError extends UndiciError { method constructor (line 20251) | constructor (message) { class ClientClosedError (line 20260) | class ClientClosedError extends UndiciError { method constructor (line 20261) | constructor (message) { class SocketError (line 20270) | class SocketError extends UndiciError { method constructor (line 20271) | constructor (message, socket) { class NotSupportedError (line 20281) | class NotSupportedError extends UndiciError { method constructor (line 20282) | constructor (message) { class BalancedPoolMissingUpstreamError (line 20291) | class BalancedPoolMissingUpstreamError extends UndiciError { method constructor (line 20292) | constructor (message) { class HTTPParserError (line 20301) | class HTTPParserError extends Error { method constructor (line 20302) | constructor (message, code, data) { class ResponseExceededMaxSizeError (line 20311) | class ResponseExceededMaxSizeError extends UndiciError { method constructor (line 20312) | constructor (message) { class RequestRetryError (line 20321) | class RequestRetryError extends UndiciError { method constructor (line 20322) | constructor (message, code, { headers, data }) { class Request (line 20416) | class Request { method constructor (line 20417) | constructor (origin, { method onBodySent (line 20593) | onBodySent (chunk) { method onRequestSent (line 20603) | onRequestSent () { method onConnect (line 20617) | onConnect (abort) { method onHeaders (line 20629) | onHeaders (statusCode, headers, resume, statusText) { method onData (line 20644) | onData (chunk) { method onUpgrade (line 20656) | onUpgrade (statusCode, headers, socket) { method onComplete (line 20663) | onComplete (trailers) { method onError (line 20681) | onError (error) { method onFinally (line 20696) | onFinally () { method addHeader (line 20709) | addHeader (key, value) { method [kHTTP1BuildRequest] (line 20714) | static [kHTTP1BuildRequest] (origin, opts, handler) { method [kHTTP2BuildRequest] (line 20720) | static [kHTTP2BuildRequest] (origin, opts, handler) { method [kHTTP2CopyHeaders] (line 20748) | static [kHTTP2CopyHeaders] (raw) { method constructor (line 26587) | constructor (input, init = {}) { method method (line 27079) | get method () { method url (line 27087) | get url () { method headers (line 27097) | get headers () { method destination (line 27106) | get destination () { method referrer (line 27118) | get referrer () { method referrerPolicy (line 27140) | get referrerPolicy () { method mode (line 27150) | get mode () { method credentials (line 27160) | get credentials () { method cache (line 27168) | get cache () { method redirect (line 27179) | get redirect () { method integrity (line 27189) | get integrity () { method keepalive (line 27199) | get keepalive () { method isReloadNavigation (line 27208) | get isReloadNavigation () { method isHistoryNavigation (line 27218) | get isHistoryNavigation () { method signal (line 27229) | get signal () { method body (line 27236) | get body () { method bodyUsed (line 27242) | get bodyUsed () { method duplex (line 27248) | get duplex () { method clone (line 27255) | clone () { function processHeaderValue (line 20765) | function processHeaderValue (key, val, skipAppend) { function processHeader (line 20779) | function processHeader (request, key, val, skipAppend = false) { function nop (line 20956) | function nop () {} function isStream (line 20958) | function isStream (obj) { function isBlobLike (line 20963) | function isBlobLike (object) { function buildURL (line 20973) | function buildURL (url, queryParams) { function parseURL (line 20987) | function parseURL (url) { function parseOrigin (line 21054) | function parseOrigin (url) { function getHostname (line 21064) | function getHostname (host) { function getServerName (line 21080) | function getServerName (host) { function deepClone (line 21095) | function deepClone (obj) { function isAsyncIterable (line 21099) | function isAsyncIterable (obj) { function isIterable (line 21103) | function isIterable (obj) { function bodyLength (line 21107) | function bodyLength (body) { function isDestroyed (line 21124) | function isDestroyed (stream) { function isReadableAborted (line 21128) | function isReadableAborted (stream) { function destroy (line 21133) | function destroy (stream, err) { function parseKeepAliveTimeout (line 21157) | function parseKeepAliveTimeout (val) { function headerNameToString (line 21167) | function headerNameToString (value) { function parseHeaders (line 21171) | function parseHeaders (headers, obj = {}) { function parseRawHeaders (line 21202) | function parseRawHeaders (headers) { function isBuffer (line 21229) | function isBuffer (buffer) { function validateHandler (line 21234) | function validateHandler (handler, method, upgrade) { function isDisturbed (line 21272) | function isDisturbed (body) { function isErrored (line 21283) | function isErrored (body) { function isReadable (line 21291) | function isReadable (body) { function getSocketInfo (line 21299) | function getSocketInfo (socket) { function ReadableStreamFrom (line 21319) | function ReadableStreamFrom (iterable) { function isFormDataLike (line 21356) | function isFormDataLike (object) { function throwIfAborted (line 21370) | function throwIfAborted (signal) { function addAbortListener (line 21384) | function addAbortListener (signal, listener) { function toUSVString (line 21398) | function toUSVString (val) { function parseRangeHeader (line 21410) | function parseRangeHeader (range) { class DispatcherBase (line 21487) | class DispatcherBase extends Dispatcher { method constructor (line 21488) | constructor () { method destroyed (line 21497) | get destroyed () { method closed (line 21501) | get closed () { method interceptors (line 21505) | get interceptors () { method interceptors (line 21509) | set interceptors (newInterceptors) { method close (line 21522) | close (callback) { method destroy (line 21568) | destroy (err, callback) { method [kInterceptedDispatch] (line 21617) | [kInterceptedDispatch] (opts, handler) { method dispatch (line 21631) | dispatch (opts, handler) { class Dispatcher (line 21675) | class Dispatcher extends EventEmitter { method dispatch (line 21676) | dispatch () { method close (line 21680) | close () { method destroy (line 21684) | destroy () { function extractBody (line 21738) | function extractBody (object, keepalive = false) { function safelyExtractBody (line 21958) | function safelyExtractBody (object, keepalive = false) { function cloneBody (line 21980) | function cloneBody (body) { function throwIfAborted (line 22026) | function throwIfAborted (state) { function bodyMixinMethods (line 22032) | function bodyMixinMethods (instance) { function mixinBody (line 22194) | function mixinBody (prototype) { function specConsumeBody (line 22204) | async function specConsumeBody (object, convertBytesToJSValue, instance) { function bodyUnusable (line 22249) | function bodyUnusable (body) { function utf8DecodeBytes (line 22260) | function utf8DecodeBytes (buffer) { function parseJSONFromBytes (line 22286) | function parseJSONFromBytes (bytes) { function bodyMimeType (line 22294) | function bodyMimeType (object) { function dataURLProcessor (line 22495) | function dataURLProcessor (dataURL) { function URLSerializer (line 22597) | function URLSerializer (url, excludeFragment = false) { function collectASequenceOfCodePoints (line 22614) | function collectASequenceOfCodePoints (condition, input, position) { function collectASequenceOfCodePointsFast (line 22638) | function collectASequenceOfCodePointsFast (char, input, position) { function stringPercentDecode (line 22653) | function stringPercentDecode (input) { function percentDecode (line 22663) | function percentDecode (input) { function parseMIMEType (line 22708) | function parseMIMEType (input) { function forgivingBase64 (line 22881) | function forgivingBase64 (data) { function collectAnHTTPQuotedString (line 22925) | function collectAnHTTPQuotedString (input, position, extractValue) { function serializeAMimeType (line 23000) | function serializeAMimeType (mimeType) { function isHTTPWhiteSpace (line 23045) | function isHTTPWhiteSpace (char) { function removeHTTPWhitespace (line 23053) | function removeHTTPWhitespace (str, leading = true, trailing = true) { function isASCIIWhitespace (line 23072) | function isASCIIWhitespace (char) { function removeASCIIWhitespace (line 23079) | function removeASCIIWhitespace (str, leading = true, trailing = true) { class File (line 23123) | class File extends Blob { method constructor (line 23124) | constructor (fileBits, fileName, options = {}) { method name (line 23188) | get name () { method lastModified (line 23194) | get lastModified () { method type (line 23200) | get type () { class FileLike (line 23207) | class FileLike { method constructor (line 23208) | constructor (blobLike, fileName, options = {}) { method stream (line 23255) | stream (...args) { method arrayBuffer (line 23261) | arrayBuffer (...args) { method slice (line 23267) | slice (...args) { method text (line 23273) | text (...args) { method size (line 23279) | get size () { method type (line 23285) | get type () { method name (line 23291) | get name () { method lastModified (line 23297) | get lastModified () { method [Symbol.toStringTag] (line 23303) | get [Symbol.toStringTag] () { method defaultValue (line 23345) | get defaultValue () { function processBlobParts (line 23375) | function processBlobParts (parts, options) { function convertLineEndingsNative (line 23425) | function convertLineEndingsNative (s) { function isFileLike (line 23443) | function isFileLike (object) { class FormData (line 23476) | class FormData { method constructor (line 23477) | constructor (form) { method append (line 23489) | append (name, value, filename = undefined) { method delete (line 23518) | delete (name) { method get (line 23530) | get (name) { method getAll (line 23549) | getAll (name) { method has (line 23565) | has (name) { method set (line 23577) | set (name, value, filename = undefined) { method entries (line 23620) | entries () { method keys (line 23630) | keys () { method values (line 23640) | values () { method forEach (line 23654) | forEach (callbackFn, thisArg = globalThis) { function makeEntry (line 23687) | function makeEntry (name, value, filename) { function getGlobalOrigin (line 23743) | function getGlobalOrigin () { function setGlobalOrigin (line 23747) | function setGlobalOrigin (newOrigin) { function isHTTPWhiteSpaceCharCode (line 23807) | function isHTTPWhiteSpaceCharCode (code) { function headerValueNormalize (line 23815) | function headerValueNormalize (potentialValue) { function fill (line 23827) | function fill (headers, object) { function appendHeader (line 23867) | function appendHeader (headers, name, value) { class HeadersList (line 23908) | class HeadersList { method constructor (line 23912) | constructor (init) { method contains (line 23924) | contains (name) { method clear (line 23933) | clear () { method append (line 23940) | append (name, value) { method set (line 23966) | set (name, value) { method delete (line 23982) | delete (name) { method get (line 23995) | get (name) { method entries (line 24012) | get entries () { method [Symbol.iterator] (line 24005) | * [Symbol.iterator] () { class Headers (line 24026) | class Headers { method constructor (line 24027) | constructor (init = undefined) { method append (line 24046) | append (name, value) { method delete (line 24058) | delete (name) { method get (line 24103) | get (name) { method has (line 24125) | has (name) { method set (line 24147) | set (name, value) { method getSetCookie (line 24196) | getSetCookie () { method [kHeadersSortedMap] (line 24213) | get [kHeadersSortedMap] () { method keys (line 24259) | keys () { method values (line 24275) | values () { method entries (line 24291) | entries () { method forEach (line 24311) | forEach (callbackFn, thisArg = globalThis) { method [Symbol.for('nodejs.util.inspect.custom')] (line 24327) | [Symbol.for('nodejs.util.inspect.custom')] () { class Fetch (line 24456) | class Fetch extends EE { method constructor (line 24457) | constructor (dispatcher) { method terminate (line 24472) | terminate (reason) { method abort (line 24483) | abort (error) { function fetch (line 24510) | function fetch (input, init = {}) { function finalizeAndReportTiming (line 24643) | function finalizeAndReportTiming (response, initiatorType = 'other') { function markResourceTiming (line 24706) | function markResourceTiming (timingInfo, originalURL, initiatorType, glo... function abortFetch (line 24713) | function abortFetch (p, request, responseObject, error) { function fetching (line 24758) | function fetching ({ function mainFetch (line 24913) | async function mainFetch (fetchParams, recursive = false) { function schemeFetch (line 25165) | function schemeFetch (fetchParams) { function finalizeResponse (line 25282) | function finalizeResponse (fetchParams, response) { function fetchFinale (line 25295) | function fetchFinale (fetchParams, response) { function httpFetch (line 25386) | async function httpFetch (fetchParams) { function httpRedirectFetch (line 25489) | function httpRedirectFetch (fetchParams, response) { function httpNetworkOrCacheFetch (line 25633) | async function httpNetworkOrCacheFetch ( function httpNetworkFetch (line 25963) | async function httpNetworkFetch ( class Request (line 26585) | class Request { method constructor (line 20417) | constructor (origin, { method onBodySent (line 20593) | onBodySent (chunk) { method onRequestSent (line 20603) | onRequestSent () { method onConnect (line 20617) | onConnect (abort) { method onHeaders (line 20629) | onHeaders (statusCode, headers, resume, statusText) { method onData (line 20644) | onData (chunk) { method onUpgrade (line 20656) | onUpgrade (statusCode, headers, socket) { method onComplete (line 20663) | onComplete (trailers) { method onError (line 20681) | onError (error) { method onFinally (line 20696) | onFinally () { method addHeader (line 20709) | addHeader (key, value) { method [kHTTP1BuildRequest] (line 20714) | static [kHTTP1BuildRequest] (origin, opts, handler) { method [kHTTP2BuildRequest] (line 20720) | static [kHTTP2BuildRequest] (origin, opts, handler) { method [kHTTP2CopyHeaders] (line 20748) | static [kHTTP2CopyHeaders] (raw) { method constructor (line 26587) | constructor (input, init = {}) { method method (line 27079) | get method () { method url (line 27087) | get url () { method headers (line 27097) | get headers () { method destination (line 27106) | get destination () { method referrer (line 27118) | get referrer () { method referrerPolicy (line 27140) | get referrerPolicy () { method mode (line 27150) | get mode () { method credentials (line 27160) | get credentials () { method cache (line 27168) | get cache () { method redirect (line 27179) | get redirect () { method integrity (line 27189) | get integrity () { method keepalive (line 27199) | get keepalive () { method isReloadNavigation (line 27208) | get isReloadNavigation () { method isHistoryNavigation (line 27218) | get isHistoryNavigation () { method signal (line 27229) | get signal () { method body (line 27236) | get body () { method bodyUsed (line 27242) | get bodyUsed () { method duplex (line 27248) | get duplex () { method clone (line 27255) | clone () { function makeRequest (line 27297) | function makeRequest (init) { function cloneRequest (line 27345) | function cloneRequest (request) { class Response (line 27529) | class Response { method error (line 27531) | static error () { method json (line 27548) | static json (data, init = {}) { method redirect (line 27579) | static redirect (url, status = 302) { method constructor (line 27626) | constructor (body = null, init = {}) { method type (line 27661) | get type () { method url (line 27669) | get url () { method redirected (line 27687) | get redirected () { method status (line 27696) | get status () { method ok (line 27704) | get ok () { method statusText (line 27713) | get statusText () { method headers (line 27722) | get headers () { method body (line 27729) | get body () { method bodyUsed (line 27735) | get bodyUsed () { method clone (line 27742) | clone () { function cloneResponse (line 27795) | function cloneResponse (response) { function makeResponse (line 27821) | function makeResponse (init) { function makeNetworkError (line 27840) | function makeNetworkError (reason) { function makeFilteredResponse (line 27852) | function makeFilteredResponse (response, state) { function filterResponse (line 27871) | function filterResponse (response, type) { function makeAppropriateNetworkError (line 27925) | function makeAppropriateNetworkError (fetchParams, err = null) { function initializeResponse (line 27937) | function initializeResponse (response, init, body) { function responseURL (line 28116) | function responseURL (response) { function responseLocationURL (line 28126) | function responseLocationURL (response, requestFragment) { function requestCurrentURL (line 28153) | function requestCurrentURL (request) { function requestBadPort (line 28157) | function requestBadPort (request) { function isErrorLike (line 28171) | function isErrorLike (object) { function isValidReasonPhrase (line 28184) | function isValidReasonPhrase (statusText) { function isTokenCharCode (line 28206) | function isTokenCharCode (c) { function isValidHTTPToken (line 28236) | function isValidHTTPToken (characters) { function isValidHeaderName (line 28252) | function isValidHeaderName (potentialValue) { function isValidHeaderValue (line 28260) | function isValidHeaderValue (potentialValue) { function setRequestReferrerPolicyOnRedirect (line 28284) | function setRequestReferrerPolicyOnRedirect (request, actualResponse) { function crossOriginResourcePolicyCheck (line 28324) | function crossOriginResourcePolicyCheck () { function corsCheck (line 28330) | function corsCheck () { function TAOCheck (line 28336) | function TAOCheck () { function appendFetchMetadata (line 28341) | function appendFetchMetadata (httpRequest) { function appendRequestOriginHeader (line 28367) | function appendRequestOriginHeader (request) { function coarsenedSharedCurrentTime (line 28410) | function coarsenedSharedCurrentTime (crossOriginIsolatedCapability) { function createOpaqueTimingInfo (line 28416) | function createOpaqueTimingInfo (timingInfo) { function makePolicyContainer (line 28433) | function makePolicyContainer () { function clonePolicyContainer (line 28441) | function clonePolicyContainer (policyContainer) { function determineRequestsReferrer (line 28448) | function determineRequestsReferrer (request) { function stripURLForReferrer (line 28547) | function stripURLForReferrer (url, originOnly) { function isURLPotentiallyTrustworthy (line 28578) | function isURLPotentiallyTrustworthy (url) { function bytesMatch (line 28624) | function bytesMatch (bytes, metadataList) { function parseMetadata (line 28696) | function parseMetadata (metadata) { function getStrongestMetadata (line 28746) | function getStrongestMetadata (metadataList) { function filterMetadataListByAlgorithm (line 28775) | function filterMetadataListByAlgorithm (metadataList, algorithm) { function compareBase64Mixed (line 28800) | function compareBase64Mixed (actualValue, expectedValue) { function tryUpgradeRequestToAPotentiallyTrustworthyURL (line 28820) | function tryUpgradeRequestToAPotentiallyTrustworthyURL (request) { function sameOrigin (line 28829) | function sameOrigin (A, B) { function createDeferredPromise (line 28845) | function createDeferredPromise () { function isAborted (line 28856) | function isAborted (fetchParams) { function isCancelled (line 28860) | function isCancelled (fetchParams) { function normalizeMethod (line 28887) | function normalizeMethod (method) { function serializeJavascriptValueToJSONString (line 28892) | function serializeJavascriptValueToJSONString (value) { function makeIterator (line 28917) | function makeIterator (iterator, name, kind) { function iteratorResult (line 28980) | function iteratorResult (pair, kind) { function fullyReadBody (line 29024) | async function fullyReadBody (body, processBody, processBodyError) { function isReadableStreamLike (line 29060) | function isReadableStreamLike (stream) { function isomorphicDecode (line 29077) | function isomorphicDecode (input) { function readableStreamClose (line 29092) | function readableStreamClose (controller) { function isomorphicEncode (line 29107) | function isomorphicEncode (input) { function readAllBytes (line 29124) | async function readAllBytes (reader) { function urlIsLocal (line 29154) | function urlIsLocal (url) { function urlHasHttpsScheme (line 29165) | function urlHasHttpsScheme (url) { function urlIsHttpHttpsScheme (line 29177) | function urlIsHttpHttpsScheme (url) { function getEncoding (line 29905) | function getEncoding (label) { class FileReader (line 30214) | class FileReader extends EventTarget { method constructor (line 30215) | constructor () { method readAsArrayBuffer (line 30235) | readAsArrayBuffer (blob) { method readAsBinaryString (line 30251) | readAsBinaryString (blob) { method readAsText (line 30268) | readAsText (blob, encoding = undefined) { method readAsDataURL (line 30288) | readAsDataURL (blob) { method abort (line 30303) | abort () { method readyState (line 30340) | get readyState () { method result (line 30353) | get result () { method error (line 30364) | get error () { method onloadend (line 30372) | get onloadend () { method onloadend (line 30378) | set onloadend (fn) { method onerror (line 30393) | get onerror () { method onerror (line 30399) | set onerror (fn) { method onloadstart (line 30414) | get onloadstart () { method onloadstart (line 30420) | set onloadstart (fn) { method onprogress (line 30435) | get onprogress () { method onprogress (line 30441) | set onprogress (fn) { method onload (line 30456) | get onload () { method onload (line 30462) | set onload (fn) { method onabort (line 30477) | get onabort () { method onabort (line 30483) | set onabort (fn) { class ProgressEvent (line 30558) | class ProgressEvent extends Event { method constructor (line 30559) | constructor (type, eventInitDict = {}) { method lengthComputable (line 30572) | get lengthComputable () { method loaded (line 30578) | get loaded () { method total (line 30584) | get total () { function readOperation (line 30684) | function readOperation (fr, blob, type, encodingName) { function fireAProgressEvent (line 30850) | function fireAProgressEvent (e, reader) { function packageData (line 30868) | function packageData (bytes, type, mimeType, encodingName) { function decode (line 30970) | function decode (ioQueue, encoding) { function BOMSniffing (line 31002) | function BOMSniffing (ioQueue) { function combineByteSequences (line 31026) | function combineByteSequences (sequences) { function setGlobalDispatcher (line 31065) | function setGlobalDispatcher (agent) { function getGlobalDispatcher (line 31077) | function getGlobalDispatcher () { method constructor (line 31096) | constructor (handler) { method onConnect (line 31100) | onConnect (...args) { method onError (line 31104) | onError (...args) { method onUpgrade (line 31108) | onUpgrade (...args) { method onHeaders (line 31112) | onHeaders (...args) { method onData (line 31116) | onData (...args) { method onComplete (line 31120) | onComplete (...args) { method onBodySent (line 31124) | onBodySent (...args) { class BodyAsyncIterable (line 31148) | class BodyAsyncIterable { method constructor (line 31149) | constructor (body) { method [Symbol.asyncIterator] (line 31154) | async * [Symbol.asyncIterator] () { class RedirectHandler (line 31161) | class RedirectHandler { method constructor (line 31162) | constructor (dispatch, maxRedirections, opts, handler) { method onConnect (line 31211) | onConnect (abort) { method onUpgrade (line 31216) | onUpgrade (statusCode, headers, socket) { method onError (line 31220) | onError (error) { method onHeaders (line 31224) | onHeaders (statusCode, headers, resume, statusText) { method onData (line 31257) | onData (chunk) { method onComplete (line 31281) | onComplete (trailers) { method onBodySent (line 31301) | onBodySent (chunk) { function parseLocation (line 31308) | function parseLocation (statusCode, headers) { function shouldRemoveHeader (line 31321) | function shouldRemoveHeader (header, removeContent, unknownOrigin) { function cleanRequestHeaders (line 31336) | function cleanRequestHeaders (headers, removeContent, unknownOrigin) { function calculateRetryAfterHeader (line 31370) | function calculateRetryAfterHeader (retryAfter) { class RetryHandler (line 31377) | class RetryHandler { method constructor (line 31378) | constructor (opts, handlers) { method onRequestSent (line 31440) | onRequestSent () { method onUpgrade (line 31446) | onUpgrade (statusCode, headers, socket) { method onConnect (line 31452) | onConnect (abort) { method onBodySent (line 31460) | onBodySent (chunk) { method [kRetryHandlerDefaultRetry] (line 31464) | static [kRetryHandlerDefaultRetry] (err, { state, opts }, cb) { method onHeaders (line 31532) | onHeaders (statusCode, rawHeaders, resume, statusMessage) { method onData (line 31650) | onData (chunk) { method onComplete (line 31656) | onComplete (rawTrailers) { method onError (line 31661) | onError (err) { function createRedirectInterceptor (line 31712) | function createRedirectInterceptor ({ maxRedirections: defaultMaxRedirec... function enumToMap (line 32041) | function enumToMap(obj) { class FakeWeakRef (line 32083) | class FakeWeakRef { method constructor (line 32084) | constructor (value) { method deref (line 32088) | deref () { class MockAgent (line 32093) | class MockAgent extends Dispatcher { method constructor (line 32094) | constructor (opts) { method get (line 32111) | get (origin) { method dispatch (line 32121) | dispatch (opts, handler) { method close (line 32127) | async close () { method deactivate (line 32132) | deactivate () { method activate (line 32136) | activate () { method enableNetConnect (line 32140) | enableNetConnect (matcher) { method disableNetConnect (line 32154) | disableNetConnect () { method isMockActive (line 32160) | get isMockActive () { method [kMockAgentSet] (line 32164) | [kMockAgentSet] (origin, dispatcher) { method [kFactory] (line 32168) | [kFactory] (origin) { method [kMockAgentGet] (line 32175) | [kMockAgentGet] (origin) { method [kGetNetConnect] (line 32201) | [kGetNetConnect] () { method pendingInterceptors (line 32205) | pendingInterceptors () { method assertNoPendingInterceptors (line 32213) | assertNoPendingInterceptors ({ pendingInterceptorsFormatter = new Pend... class MockClient (line 32260) | class MockClient extends Client { method constructor (line 32261) | constructor (origin, opts) { method intercept (line 32286) | intercept (opts) { method [kClose] (line 32290) | async [kClose] () { method [Symbols.kConnected] (line 32279) | get [Symbols.kConnected] () { class MockNotMatchedError (line 32310) | class MockNotMatchedError extends UndiciError { method constructor (line 32311) | constructor (message) { class MockScope (line 32348) | class MockScope { method constructor (line 32349) | constructor (mockDispatch) { method delay (line 32356) | delay (waitInMs) { method persist (line 32368) | persist () { method times (line 32376) | times (repeatTimes) { class MockInterceptor (line 32389) | class MockInterceptor { method constructor (line 32390) | constructor (opts, mockDispatches) { method createMockScopeDispatchData (line 32423) | createMockScopeDispatchData (statusCode, data, responseOptions = {}) { method validateReplyParameters (line 32432) | validateReplyParameters (statusCode, data, responseOptions) { method reply (line 32447) | reply (replyData) { method replyWithError (line 32493) | replyWithError (error) { method defaultReplyHeaders (line 32505) | defaultReplyHeaders (headers) { method defaultReplyTrailers (line 32517) | defaultReplyTrailers (trailers) { method replyContentLength (line 32529) | replyContentLength () { class MockPool (line 32566) | class MockPool extends Pool { method constructor (line 32567) | constructor (origin, opts) { method intercept (line 32592) | intercept (opts) { method [kClose] (line 32596) | async [kClose] () { method [Symbols.kConnected] (line 32585) | get [Symbols.kConnected] () { function matchValue (line 32661) | function matchValue (match, value) { function lowerCaseEntries (line 32674) | function lowerCaseEntries (headers) { function getHeaderByName (line 32686) | function getHeaderByName (headers, key) { function buildHeadersFromArray (line 32703) | function buildHeadersFromArray (headers) { // fetch HeadersList function matchHeaders (line 32712) | function matchHeaders (mockDispatch, headers) { function safeUrl (line 32736) | function safeUrl (path) { function matchKey (line 32752) | function matchKey (mockDispatch, { path, method, body, headers }) { function getResponseData (line 32760) | function getResponseData (data) { function getMockDispatch (line 32770) | function getMockDispatch (mockDispatches, key) { function addMockDispatch (line 32801) | function addMockDispatch (mockDispatches, key, data) { function deleteMockDispatch (line 32809) | function deleteMockDispatch (mockDispatches, key) { function buildKey (line 32821) | function buildKey (opts) { function generateKeyValues (line 32832) | function generateKeyValues (data) { function getStatusText (line 32844) | function getStatusText (statusCode) { function getResponse (line 32848) | async function getResponse (body) { function mockDispatch (line 32859) | function mockDispatch (opts, handler) { function buildMockDispatch (line 32931) | function buildMockDispatch () { function checkNetConnect (line 32961) | function checkNetConnect (netConnect, origin) { function buildMockOptions (line 32971) | function buildMockOptions (opts) { method constructor (line 33011) | constructor ({ disableColors } = {}) { method format (line 33026) | format (pendingInterceptors) { method constructor (line 33067) | constructor (singular, plural) { method pluralize (line 33072) | pluralize (count) { class FixedCircularBuffer (line 33145) | class FixedCircularBuffer { method constructor (line 33146) | constructor() { method isEmpty (line 33153) | isEmpty() { method isFull (line 33157) | isFull() { method push (line 33161) | push(data) { method shift (line 33166) | shift() { method constructor (line 33177) | constructor() { method isEmpty (line 33181) | isEmpty() { method push (line 33185) | push(data) { method shift (line 33194) | shift() { class PoolBase (line 33232) | class PoolBase extends DispatcherBase { method constructor (line 33233) | constructor () { method [kBusy] (line 33285) | get [kBusy] () { method [kConnected] (line 33289) | get [kConnected] () { method [kFree] (line 33293) | get [kFree] () { method [kPending] (line 33297) | get [kPending] () { method [kRunning] (line 33305) | get [kRunning] () { method [kSize] (line 33313) | get [kSize] () { method stats (line 33321) | get stats () { method [kClose] (line 33325) | async [kClose] () { method [kDestroy] (line 33335) | async [kDestroy] (err) { method [kDispatch] (line 33347) | [kDispatch] (opts, handler) { method [kAddClient] (line 33362) | [kAddClient] (client) { method [kRemoveClient] (line 33382) | [kRemoveClient] (client) { class PoolStats (line 33416) | class PoolStats { method constructor (line 33417) | constructor (pool) { method connected (line 33421) | get connected () { method free (line 33425) | get free () { method pending (line 33429) | get pending () { method queued (line 33433) | get queued () { method running (line 33437) | get running () { method size (line 33441) | get size () { function defaultFactory (line 33476) | function defaultFactory (origin, opts) { class Pool (line 33480) | class Pool extends PoolBase { method constructor (line 33481) | constructor (origin, { method [kGetDispatcher] (line 33546) | [kGetDispatcher] () { function defaultProtocolPort (line 33588) | function defaultProtocolPort (protocol) { function buildProxyOptions (line 33592) | function buildProxyOptions (opts) { function defaultFactory (line 33607) | function defaultFactory (origin, opts) { class ProxyAgent (line 33611) | class ProxyAgent extends DispatcherBase { method constructor (line 33612) | constructor (opts) { method dispatch (line 33695) | dispatch (opts, handler) { method [kClose] (line 33711) | async [kClose] () { method [kDestroy] (line 33716) | async [kDestroy] () { function buildHeaders (line 33726) | function buildHeaders (headers) { function throwIfProxyAuthIsSent (line 33751) | function throwIfProxyAuthIsSent (headers) { function onTimeout (line 33775) | function onTimeout () { function refreshTimeout (line 33808) | function refreshTimeout () { class Timeout (line 33820) | class Timeout { method constructor (line 33821) | constructor (callback, delay, opaque) { method refresh (line 33835) | refresh () { method clear (line 33846) | clear () { method setTimeout (line 33852) | setTimeout (callback, delay, opaque) { method clearTimeout (line 33857) | clearTimeout (timeout) { function establishWebSocketConnection (line 33912) | function establishWebSocketConnection (url, protocols, ws, onEstablish, ... function onSocketData (line 34084) | function onSocketData (chunk) { function onSocketClose (line 34094) | function onSocketClose () { function onSocketError (line 34149) | function onSocketError (error) { class MessageEvent (line 34240) | class MessageEvent extends Event { method constructor (line 34243) | constructor (type, eventInitDict = {}) { method data (line 34254) | get data () { method origin (line 34260) | get origin () { method lastEventId (line 34266) | get lastEventId () { method source (line 34272) | get source () { method ports (line 34278) | get ports () { method initMessageEvent (line 34288) | initMessageEvent ( class CloseEvent (line 34311) | class CloseEvent extends Event { method constructor (line 34314) | constructor (type, eventInitDict = {}) { method wasClean (line 34325) | get wasClean () { method code (line 34331) | get code () { method reason (line 34337) | get reason () { class ErrorEvent (line 34345) | class ErrorEvent extends Event { method constructor (line 34348) | constructor (type, eventInitDict) { method message (line 34359) | get message () { method filename (line 34365) | get filename () { method lineno (line 34371) | get lineno () { method colno (line 34377) | get colno () { method error (line 34383) | get error () { method defaultValue (line 34476) | get defaultValue () { class WebsocketFrameSend (line 34554) | class WebsocketFrameSend { method constructor (line 34558) | constructor (data) { method createFrame (line 34563) | createFrame (opcode) { class ByteParser (line 34641) | class ByteParser extends Writable { method constructor (line 34650) | constructor (ws) { method _write (line 34660) | _write (chunk, _, callback) { method run (line 34672) | run (callback) { method consume (line 34879) | consume (n) { method parseCloseBody (line 34916) | parseCloseBody (onlyCode, data) { method closingInfo (line 34959) | get closingInfo () { function isEstablished (line 35006) | function isEstablished (ws) { function isClosing (line 35016) | function isClosing (ws) { function isClosed (line 35026) | function isClosed (ws) { function fireEvent (line 35036) | function fireEvent (e, target, eventConstructor = Event, eventInitDict) { function websocketMessageReceived (line 35058) | function websocketMessageReceived (ws, type, data) { function isValidSubprotocol (line 35105) | function isValidSubprotocol (protocol) { function isValidStatusCode (line 35153) | function isValidStatusCode (code) { function failWebsocketConnection (line 35169) | function failWebsocketConnection (ws, reason) { class WebSocket (line 35230) | class WebSocket extends EventTarget { method constructor (line 35246) | constructor (url, protocols = []) { method close (line 35352) | close (code = undefined, reason = undefined) { method send (line 35455) | send (data) { method readyState (line 35570) | get readyState () { method bufferedAmount (line 35577) | get bufferedAmount () { method url (line 35583) | get url () { method extensions (line 35590) | get extensions () { method protocol (line 35596) | get protocol () { method onopen (line 35602) | get onopen () { method onopen (line 35608) | set onopen (fn) { method onerror (line 35623) | get onerror () { method onerror (line 35629) | set onerror (fn) { method onclose (line 35644) | get onclose () { method onclose (line 35650) | set onclose (fn) { method onmessage (line 35665) | get onmessage () { method onmessage (line 35671) | set onmessage (fn) { method binaryType (line 35686) | get binaryType () { method binaryType (line 35692) | set binaryType (type) { method #onConnectionEstablished (line 35705) | #onConnectionEstablished (response) { method defaultValue (line 35802) | get defaultValue () { method defaultValue (line 35809) | get defaultValue () { function getUserAgent (line 35856) | function getUserAgent() { function _interopRequireDefault (line 35956) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function _interopRequireDefault (line 35973) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function md5 (line 35975) | function md5(bytes) { function _interopRequireDefault (line 36003) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function _interopRequireDefault (line 36040) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function parse (line 36042) | function parse(uuid) { function _interopRequireDefault (line 36107) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function rng (line 36113) | function rng() { function _interopRequireDefault (line 36138) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function sha1 (line 36140) | function sha1(bytes) { function _interopRequireDefault (line 36169) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function unsafeStringify (line 36181) | function unsafeStringify(arr, offset = 0) { function stringify (line 36187) | function stringify(arr, offset = 0) { function _interopRequireDefault (line 36221) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function v1 (line 36235) | function v1(options, buf, offset) { function _interopRequireDefault (line 36335) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function _interopRequireDefault (line 36359) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function stringToBytes (line 36361) | function stringToBytes(str) { function v35 (line 36378) | function v35(name, version, hashfunc) { function _interopRequireDefault (line 36447) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function v4 (line 36449) | function v4(options, buf, offset) { function _interopRequireDefault (line 36495) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function _interopRequireDefault (line 36516) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function validate (line 36518) | function validate(uuid) { function _interopRequireDefault (line 36540) | function _interopRequireDefault(obj) { return obj && obj.__esModule ? ob... function version (line 36542) | function version(uuid) { function wrappy (line 36564) | function wrappy (fn, cb) { function Dicer (line 36862) | function Dicer (cfg) { function HeaderParser (line 37080) | function HeaderParser (cfg) { function PartStream (line 37181) | function PartStream (opts) { function SBMH (line 37228) | function SBMH (needle) { function Busboy (line 37443) | function Busboy (opts) { function Multipart (line 37552) | function Multipart (boy, cfg) { function skipPart (line 37815) | function skipPart (part) { function FileStream (line 37819) | function FileStream (opts) { function UrlEncoded (line 37849) | function UrlEncoded (boy, cfg) { function Decoder (line 38053) | function Decoder () { function getDecoder (line 38131) | function getDecoder (charset) { function decodeText (line 38228) | function decodeText (text, sourceEncoding, destEncoding) { function encodedReplacer (line 38375) | function encodedReplacer (match) { function parseParams (line 38384) | function parseParams (str) { function __nccwpck_require__ (line 38474) | function __nccwpck_require__(moduleId) { FILE: src/fs-helper.ts function directoryExistsSync (line 3) | function directoryExistsSync(path: string, required?: boolean): boolean { function existsSync (line 36) | function existsSync(path: string): boolean { function fileExistsSync (line 58) | function fileExistsSync(path: string): boolean { FILE: src/git-auth-helper.ts constant IS_WINDOWS (line 15) | const IS_WINDOWS = process.platform === 'win32' constant SSH_COMMAND_KEY (line 16) | const SSH_COMMAND_KEY = 'core.sshCommand' type IGitAuthHelper (line 18) | interface IGitAuthHelper { function createAuthHelper (line 27) | function createAuthHelper( class GitAuthHelper (line 34) | class GitAuthHelper { method constructor (line 48) | constructor( method configureAuth (line 76) | async configureAuth(): Promise { method configureTempGlobalConfig (line 85) | async configureTempGlobalConfig(): Promise { method configureGlobalAuth (line 128) | async configureGlobalAuth(): Promise { method configureSubmoduleAuth (line 157) | async configureSubmoduleAuth(): Promise { method removeAuth (line 233) | async removeAuth(): Promise { method removeGlobalConfig (line 238) | async removeGlobalConfig(): Promise { method configureSsh (line 250) | private async configureSsh(): Promise { method configureToken (line 326) | private async configureToken(globalConfig?: boolean): Promise { method getCredentialsConfigPath (line 416) | private getCredentialsConfigPath(): string { method removeSsh (line 436) | private async removeSsh(): Promise { method removeToken (line 472) | private async removeToken(): Promise { method removeGitConfig (line 521) | private async removeGitConfig(configKey: string): Promise { method removeSubmoduleGitConfig (line 535) | private async removeSubmoduleGitConfig(configKey: string): Promise { method branchExists (line 121) | async branchExists(remote: boolean, pattern: string): Promise { method branchList (line 132) | async branchList(remote: boolean): Promise { method disableSparseCheckout (line 196) | async disableSparseCheckout(): Promise { method sparseCheckout (line 202) | async sparseCheckout(sparseCheckout: string[]): Promise { method sparseCheckoutNonConeMode (line 206) | async sparseCheckoutNonConeMode(sparseCheckout: string[]): Promise { method checkoutDetach (line 234) | async checkoutDetach(): Promise { method config (line 239) | async config( method configExists (line 259) | async configExists( method fetch (line 277) | async fetch( method getDefaultBranch (line 320) | async getDefaultBranch(repositoryUrl: string): Promise { method getSubmoduleConfigPaths (line 348) | async getSubmoduleConfigPaths(recursive: boolean): Promise { method getWorkingDirectory (line 363) | getWorkingDirectory(): string { method init (line 367) | async init(): Promise { method isDetached (line 371) | async isDetached(): Promise { method lfsFetch (line 380) | async lfsFetch(ref: string): Promise { method lfsInstall (line 389) | async lfsInstall(): Promise { method log1 (line 393) | async log1(format?: string): Promise { method remoteAdd (line 400) | async remoteAdd(remoteName: string, remoteUrl: string): Promise { method removeEnvironmentVariable (line 404) | removeEnvironmentVariable(name: string): void { method revParse (line 414) | async revParse(ref: string): Promise { method setEnvironmentVariable (line 419) | setEnvironmentVariable(name: string, value: string): void { method shaExists (line 423) | async shaExists(sha: string): Promise { method submoduleForeach (line 429) | async submoduleForeach(command: string, recursive: boolean): Promise { method submoduleUpdate (line 449) | async submoduleUpdate(fetchDepth: number, recursive: boolean): Promise... method submoduleStatus (line 463) | async submoduleStatus(): Promise { method tagExists (line 469) | async tagExists(pattern: string): Promise { method tryClean (line 474) | async tryClean(): Promise { method tryConfigUnset (line 479) | async tryConfigUnset( method tryConfigUnsetValue (line 495) | async tryConfigUnsetValue( method tryDisableAutomaticGarbageCollection (line 513) | async tryDisableAutomaticGarbageCollection(): Promise { method tryGetFetchUrl (line 521) | async tryGetFetchUrl(): Promise { method tryGetConfigValues (line 539) | async tryGetConfigValues( method tryGetConfigKeys (line 564) | async tryGetConfigKeys( method tryReset (line 589) | async tryReset(): Promise { method version (line 594) | async version(): Promise { method createCommandManager (line 598) | static async createCommandManager( method execGit (line 612) | private async execGit( method initializeCommandManager (line 656) | private async initializeCommandManager( class GitOutput (line 749) | class GitOutput { FILE: src/git-directory-helper.ts function prepareExistingDirectory (line 9) | async function prepareExistingDirectory( FILE: src/git-source-provider.ts function getSource (line 18) | async function getSource(settings: IGitSourceSettings): Promise { function cleanup (line 312) | async function cleanup(repositoryPath: string): Promise { function getGitCommandManager (line 356) | async function getGitCommandManager( FILE: src/git-source-settings.ts type IGitSourceSettings (line 1) | interface IGitSourceSettings { FILE: src/git-version.ts class GitVersion (line 1) | class GitVersion { method constructor (line 10) | constructor(version?: string) { method checkMinimum (line 27) | checkMinimum(minimum: GitVersion): boolean { method isValid (line 59) | isValid(): boolean { method toString (line 66) | toString(): string { FILE: src/github-api-helper.ts constant IS_WINDOWS (line 12) | const IS_WINDOWS = process.platform === 'win32' function downloadRepository (line 14) | async function downloadRepository( function getDefaultBranch (line 82) | async function getDefaultBranch( function downloadArchive (line 125) | async function downloadArchive( FILE: src/input-helper.ts function getInputs (line 8) | async function getInputs(): Promise { FILE: src/main.ts function run (line 8) | async function run(): Promise { function cleanup (line 32) | async function cleanup(): Promise { FILE: src/misc/generate-docs.ts function updateUsage (line 11) | function updateUsage( FILE: src/ref-helper.ts type ICheckoutInfo (line 8) | interface ICheckoutInfo { function getCheckoutInfo (line 13) | async function getCheckoutInfo( function getRefSpecForAllHistory (line 69) | function getRefSpecForAllHistory(ref: string, commit: string): string[] { function getRefSpec (line 79) | function getRefSpec( function testRef (line 153) | async function testRef( function checkCommitInfo (line 206) | async function checkCommitInfo( function fromPayload (line 293) | function fromPayload(path: string): any { function select (line 297) | function select(obj: any, path: string): any { FILE: src/regexp-helper.ts function escape (line 1) | function escape(value: string): string { FILE: src/retry-helper.ts class RetryHelper (line 7) | class RetryHelper { method constructor (line 12) | constructor( method execute (line 25) | async execute(action: () => Promise): Promise { method getSleepAmount (line 46) | private getSleepAmount(): number { method sleep (line 53) | private async sleep(seconds: number): Promise { function execute (line 58) | async function execute(action: () => Promise): Promise { FILE: src/state-helper.ts function setRepositoryPath (line 31) | function setRepositoryPath(repositoryPath: string) { function setSshKeyPath (line 38) | function setSshKeyPath(sshKeyPath: string) { function setSshKnownHostsPath (line 45) | function setSshKnownHostsPath(sshKnownHostsPath: string) { function setSafeDirectory (line 52) | function setSafeDirectory() { FILE: src/url-helper.ts function getFetchUrl (line 5) | function getFetchUrl(settings: IGitSourceSettings): string { function getServerUrl (line 23) | function getServerUrl(url?: string): URL { function getServerApiUrl (line 32) | function getServerApiUrl(url?: string): string { function isGhes (line 47) | function isGhes(url?: string): boolean { function pruneSuffix (line 60) | function pruneSuffix(text: string, suffix: string) { type WhitespaceMode (line 67) | enum WhitespaceMode { function hasContent (line 72) | function hasContent( FILE: src/workflow-context-helper.ts function getOrganizationId (line 7) | async function getOrganizationId(): Promise {