MCPcopy Index your code
hub / github.com/rolling-scopes/rsschool-app / githubCallback

Function githubCallback

client/src/api/api.ts:10634–10637  ·  view source on GitHub ↗

* * @param {*} [options] Override http request option. * @throws {RequiredError}

(options?: AxiosRequestConfig)

Source from the content-addressed store, hash-verified

10632 * @throws {RequiredError}
10633 */
10634 async githubCallback(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
10635 const localVarAxiosArgs = await localVarAxiosParamCreator.githubCallback(options);
10636 return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
10637 },
10638 /**
10639 *
10640 * @param {*} [options] Override http request option.

Callers

nothing calls this directly

Calls 2

createRequestFunctionFunction · 0.90
githubCallbackMethod · 0.45

Tested by

no test coverage detected