MCPcopy Create free account
hub / github.com/KeepSec-Technologies/Mail2Go / priorityString

Function priorityString

main.go:210–218  ·  view source on GitHub ↗
(strings []string)

Source from the content-addressed store, hash-verified

208}
209
210func priorityString(strings []string) string {
211 var result = ""
212 for _, val := range strings {
213 if val != "" {
214 result = val
215 }
216 }
217 return result
218}
219
220func priorityInt(ints []int) int {
221 var result = 0

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected