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

Struct mockDoc

cron/internal/format/mock_doc.go:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68type mockDoc struct {
69 checks map[string]mockCheck
70}
71
72func (d *mockDoc) GetCheck(name string) (docs.CheckDoc, error) {
73 m := d.checks[name]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected