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

Function NewCookieConfig

bilibili/types.go:391–395  ·  view source on GitHub ↗

NewCookieConfig ...

(file string)

Source from the content-addressed store, hash-verified

389
390// NewCookieConfig ...
391func NewCookieConfig(file string) *CookieConfig {
392 return &CookieConfig{
393 file: file,
394 }
395}
396
397// Set ...
398func (cfg *CookieConfig) Set(cookie string) (err error) {

Callers 1

TestGetDynamicDetailFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestGetDynamicDetailFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…