Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getGlobalConfig
Function · 0.65
setGlobalConfig
Function · 0.65
getTemplateFromOption
Function · 0.65
add
Function · 0.65
check
Method · 0.65
getCSRFToken
Method · 0.65
contest
Method · 0.65
tasks
Method · 0.65
init
Function · 0.65
installTask
Function · 0.65
loadConfigFile
Method · 0.65
getPath
Method · 0.65
Implementers
1
Cookie
src/cookie.ts
Calls
no outgoing calls
Tested by
no test coverage detected