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

Method saveSession

src/session.ts:137–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135
136 private makeSessionResponse({status, data, headers}: AxiosResponse): SessionResponseInterface {
137 const saveSession = async ()=>{
138 const new_cookies = this.CookieConstructor.convertSetCookies2CookieArray(headers["set-cookie"]);
139 await this.saveSessionFromCookies(new_cookies);
140 }
141 return {
142 status,
143 data,

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected