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

Method saveConfigFile

src/cookie.ts:119–121  ·  view source on GitHub ↗

* 現在保持しているcookieを設定ファイルに書き出す

()

Source from the content-addressed store, hash-verified

117 * 現在保持しているcookieを設定ファイルに書き出す
118 */
119 async saveConfigFile(): Promise<void> {
120 (await Cookie.getCookieConfig()).set("cookies", this.cookies);
121 }
122}

Callers

nothing calls this directly

Calls 2

getCookieConfigMethod · 0.80
setMethod · 0.65

Tested by

no test coverage detected