MCPcopy Create free account
hub / github.com/zalando/skipper / String

Function String

eskip/string.go:211–213  ·  view source on GitHub ↗

String is the same as Print but defaulting to pretty=false.

(routes ...*Route)

Source from the content-addressed store, hash-verified

209
210// String is the same as Print but defaulting to pretty=false.
211func String(routes ...*Route) string {
212 return Print(PrettyPrintInfo{Pretty: false, IndentStr: ""}, routes...)
213}
214
215// Print serializes a set of routes into a string. If there's only a
216// single route, and its ID is not set, it prints only a route expression.

Callers 4

testFixtureFunction · 0.92
testDocFunction · 0.85
TestNumberStringFunction · 0.85
TestPrintLinesFunction · 0.85

Calls 1

PrintFunction · 0.85

Tested by 3

testDocFunction · 0.68
TestNumberStringFunction · 0.68
TestPrintLinesFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…