MCPcopy
hub / github.com/ossf/scorecard / client

Struct client

clients/ossfuzz/client.go:41–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39)
40
41type client struct {
42 ctx context.Context
43 err error
44 projects map[string]bool
45 statusURL string
46 once sync.Once
47}
48
49type ossFuzzStatus struct {
50 Projects []struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected