MCPcopy Index your code
hub / github.com/cloudfoundry/cli / UniqueList

Function UniqueList

util/extract/extract.go:12–14  ·  view source on GitHub ↗
(expr string, input interface{})

Source from the content-addressed store, hash-verified

10type appender func(string)
11
12func UniqueList(expr string, input interface{}) []string {
13 return unique.StringSlice(List(expr, input))
14}
15
16func First(expr string, input interface{}) string {
17 l := List(expr, input)

Callers 3

GetRouteSummariesMethod · 0.92

Calls 2

StringSliceFunction · 0.92
ListFunction · 0.85

Tested by

no test coverage detected