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

Function githubLogout

client/src/api/api.ts:10652–10655  ·  view source on GitHub ↗

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

(options?: AxiosRequestConfig)

Source from the content-addressed store, hash-verified

10650 * @throws {RequiredError}
10651 */
10652 async githubLogout(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
10653 const localVarAxiosArgs = await localVarAxiosParamCreator.githubLogout(options);
10654 return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
10655 },
10656 }
10657};
10658

Callers

nothing calls this directly

Calls 2

createRequestFunctionFunction · 0.90
githubLogoutMethod · 0.45

Tested by

no test coverage detected