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

Function TestGetDynamicDetail

bilibili/api_test.go:23–30  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

21}
22
23func TestGetDynamicDetail(t *testing.T) {
24 cfg := NewCookieConfig("config.json")
25 detail, err := GetDynamicDetail(cfg, "851252197280710664")
26 if err != nil {
27 t.Fatal(err)
28 }
29 t.Logf("%+v\n", detail)
30}

Callers

nothing calls this directly

Calls 2

NewCookieConfigFunction · 0.85
GetDynamicDetailFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…