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

Method get

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

* 現在保持しているcookieを取得

()

Source from the content-addressed store, hash-verified

7 * 現在保持しているcookieを取得
8 */
9 get(): Array<string>;
10 /**
11 * 現在保持しているcookieを新しいものに置き換える
12 * @param cookies 新しく保持するcookie全体を表す、"key=value"形式の文字列の配列

Callers 15

getGlobalConfigFunction · 0.65
setGlobalConfigFunction · 0.65
getTemplateFromOptionFunction · 0.65
addFunction · 0.65
checkMethod · 0.65
getCSRFTokenMethod · 0.65
contestMethod · 0.65
tasksMethod · 0.65
initFunction · 0.65
installTaskFunction · 0.65
loadConfigFileMethod · 0.65
getPathMethod · 0.65

Implementers 1

Cookiesrc/cookie.ts

Calls

no outgoing calls

Tested by

no test coverage detected