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

Method createLoadedInstance

src/cookie.ts:63–67  ·  view source on GitHub ↗

* 設定ファイルからcookie情報を読み込み済みのインスタンスを生成

()

Source from the content-addressed store, hash-verified

61 * 設定ファイルからcookie情報を読み込み済みのインスタンスを生成
62 */
63 static async createLoadedInstance(): Promise<Cookie> {
64 const cookie = new Cookie();
65 await cookie.loadConfigFile();
66 return cookie;
67 }
68
69 constructor() {
70 this.cookies = [];

Callers

nothing calls this directly

Calls 1

loadConfigFileMethod · 0.95

Tested by

no test coverage detected