MCPcopy Create free account
hub / github.com/FloatTech/AnimeAPI / Set

Method Set

bilibili/types.go:398–401  ·  view source on GitHub ↗

Set ...

(cookie string)

Source from the content-addressed store, hash-verified

396
397// Set ...
398func (cfg *CookieConfig) Set(cookie string) (err error) {
399 cfg.BilibiliCookie = cookie
400 return cfg.Save()
401}
402
403// Load ...
404func (cfg *CookieConfig) Load() (cookie string, err error) {

Callers 8

YandexFunction · 0.80
ASCII2dFunction · 0.80
chatFunction · 0.80
DownloadMethod · 0.80
CatFunction · 0.80
SignURLFunction · 0.80
ShindanmakerFunction · 0.80
refreshFunction · 0.80

Calls 1

SaveMethod · 0.95

Tested by

no test coverage detected