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

Method loadConfigFile

src/cookie.ts:112–114  ·  view source on GitHub ↗

* 設定ファイルからcookieを読み込んで保持する

()

Source from the content-addressed store, hash-verified

110 * 設定ファイルからcookieを読み込んで保持する
111 */
112 async loadConfigFile(): Promise<void> {
113 this.cookies = (await Cookie.getCookieConfig()).get("cookies");
114 }
115
116 /**
117 * 現在保持しているcookieを設定ファイルに書き出す

Callers 1

createLoadedInstanceMethod · 0.95

Calls 2

getCookieConfigMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected