CheckDocImpl implements `CheckDoc` interface and stores documentation about a check.
| 92 | // CheckDocImpl implements `CheckDoc` interface and |
| 93 | // stores documentation about a check. |
| 94 | type CheckDocImpl struct { |
| 95 | internalCheck internal.Check |
| 96 | } |
| 97 | |
| 98 | // GetName returns the name of the check. |
| 99 | func (c *CheckDocImpl) GetName() string { |
nothing calls this directly
no outgoing calls
no test coverage detected