MCPcopy Create free account
hub / github.com/Tatamo/atcoder-cli / logout

Method logout

src/atcoder.ts:117–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115 }
116
117 async logout(): Promise<void> {
118 await this.session.removeSession();
119 this._login = null;
120 }
121
122 /**
123 * コンテストIDからコンテストの情報を取得

Callers 1

logoutFunction · 0.80

Calls 1

removeSessionMethod · 0.65

Tested by

no test coverage detected