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

Method removeSession

src/session.ts:28–28  ·  view source on GitHub ↗

* 現在のセッション情報を破棄します

()

Source from the content-addressed store, hash-verified

26 * 現在のセッション情報を破棄します
27 */
28 removeSession(): Promise<void>;
29}
30
31export interface SessionResponseInterface {

Callers 2

logoutMethod · 0.65
session.tsFile · 0.65

Implementers 2

Sessionsrc/session.ts
TestSessiontests/utils/session.ts

Calls

no outgoing calls

Tested by

no test coverage detected