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

Function TestGetAllGuard

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

Source from the content-addressed store, hash-verified

5)
6
7func TestGetAllGuard(t *testing.T) {
8 guardUser, err := GetAllGuard("628537")
9 if err != nil {
10 t.Fatal(err)
11 }
12 t.Logf("%+v\n", guardUser)
13}
14
15func TestGetVideoSummary(t *testing.T) {
16 videoSummary, err := GetVideoSummary("BV1ju4y1s7kn")

Callers

nothing calls this directly

Calls 1

GetAllGuardFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…