MCPcopy
hub / github.com/rgburke/grv / CommitFieldDescriptor

Struct CommitFieldDescriptor

cmd/grv/commit_filter.go:39–39  ·  view source on GitHub ↗

CommitFieldDescriptor exposes functions describing commit field properties

Source from the content-addressed store, hash-verified

37
38// CommitFieldDescriptor exposes functions describing commit field properties
39type CommitFieldDescriptor struct{}
40
41// FieldType returns the type of the provided field (if it exists)
42func (commitFieldDescriptor *CommitFieldDescriptor) FieldType(fieldName string) (fieldType FieldType, fieldExists bool) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected