MCPcopy Index your code
hub / github.com/rgburke/grv / fieldTypeNamesString

Function fieldTypeNamesString

cmd/grv/expression_processor.go:602–612  ·  view source on GitHub ↗
(fieldTypes []FieldType)

Source from the content-addressed store, hash-verified

600}
601
602func fieldTypeNamesString(fieldTypes []FieldType) string {
603 var typeNames []string
604
605 for _, fieldType := range fieldTypes {
606 if fieldTypeName, ok := fieldTypeNames[fieldType]; ok {
607 typeNames = append(typeNames, fieldTypeName)
608 }
609 }
610
611 return strings.Join(typeNames, ", ")
612}

Callers 1

ValidateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected