MCPcopy Index your code
hub / github.com/zalando/skipper / ExamplePrintParams

Function ExamplePrintParams

script/script_test.go:600–614  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

598end`
599
600func ExamplePrintParams() {
601 runExample(&testContext{
602 script: PrintParams,
603 params: []string{"myparam=foo", "other=bar", "justkey"},
604 })
605 // Output:
606 // myparam=foo
607 // other=bar
608 // justkey
609 // nil
610 // foo
611 // bar
612 //
613 // nil
614}
615
616const SetRequestInvalidField = `
617function response(ctx, params)

Callers

nothing calls this directly

Calls 1

runExampleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…