()
| 633 | end` |
| 634 | |
| 635 | func ExampleGetRequestInvalidField() { |
| 636 | runExample(&testContext{ |
| 637 | script: GetRequestInvalidField, |
| 638 | }) |
| 639 | // Output: |
| 640 | // nil |
| 641 | } |
| 642 | |
| 643 | const GetInvalidResponseStatus = `function response(ctx, params); ctx.response.status_code = "invalid"; end` |
| 644 |
nothing calls this directly
no test coverage detected
searching dependent graphs…