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

Function ExampleGetRequestInvalidField

script/script_test.go:635–641  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

633end`
634
635func ExampleGetRequestInvalidField() {
636 runExample(&testContext{
637 script: GetRequestInvalidField,
638 })
639 // Output:
640 // nil
641}
642
643const GetInvalidResponseStatus = `function response(ctx, params); ctx.response.status_code = "invalid"; end`
644

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…