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

Struct DocImpl

docs/checks/impl.go:42–44  ·  view source on GitHub ↗

DocImpl implements `Doc` interface and contains checks' documentation. nolint:recvcheck // Fixing would be a breaking change. Possible for V6?

Source from the content-addressed store, hash-verified

40//
41//nolint:recvcheck // Fixing would be a breaking change. Possible for V6?
42type DocImpl struct {
43 internaldoc internal.Doc
44}
45
46// Read loads the checks' documentation.
47// The embedded YAML is parsed once and cached for subsequent calls.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected