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

Function ExampleSyntaxError

script/script_test.go:580–586  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

578const SyntaxError = `function request(ctx, params); print(ctx.request.method)`
579
580func ExampleSyntaxError() {
581 runExample(&testContext{
582 script: SyntaxError,
583 })
584 // Output:
585 // <script> at EOF: syntax error
586}
587
588const PrintParams = `
589function request(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…