A PatchHeaderOption modifies the behavior of ParsePatchHeader.
func(*patchHeaderOptions)
| 118 | |
| 119 | // A PatchHeaderOption modifies the behavior of ParsePatchHeader. |
| 120 | type PatchHeaderOption func(*patchHeaderOptions) |
| 121 | |
| 122 | // SubjectCleanMode controls how ParsePatchHeader cleans subject lines when |
| 123 | // parsing mail-formatted patches. |
nothing calls this directly
no outgoing calls
no test coverage detected