CommitFieldDescriptor exposes functions describing commit field properties
| 37 | |
| 38 | // CommitFieldDescriptor exposes functions describing commit field properties |
| 39 | type CommitFieldDescriptor struct{} |
| 40 | |
| 41 | // FieldType returns the type of the provided field (if it exists) |
| 42 | func (commitFieldDescriptor *CommitFieldDescriptor) FieldType(fieldName string) (fieldType FieldType, fieldExists bool) { |
nothing calls this directly
no outgoing calls
no test coverage detected