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

Struct CheckDocImpl

docs/checks/impl.go:94–96  ·  view source on GitHub ↗

CheckDocImpl implements `CheckDoc` interface and stores documentation about a check.

Source from the content-addressed store, hash-verified

92// CheckDocImpl implements `CheckDoc` interface and
93// stores documentation about a check.
94type CheckDocImpl struct {
95 internalCheck internal.Check
96}
97
98// GetName returns the name of the check.
99func (c *CheckDocImpl) GetName() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected