Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
logout
Function · 0.80
Calls
1
removeSession
Method · 0.65
Tested by
no test coverage detected