MCPcopy
hub / github.com/github/gh-ost / duplicateNames

Function duplicateNames

go/sql/builder.go:77–81  ·  view source on GitHub ↗
(names []string)

Source from the content-addressed store, hash-verified

75}
76
77func duplicateNames(names []string) []string {
78 duplicate := make([]string, len(names))
79 copy(duplicate, names)
80 return duplicate
81}
82
83func BuildValueComparison(column string, value string, comparisonSign ValueComparisonSign) (result string, err error) {
84 if column == "" {

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…