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

Function ExampleMissingFunc

script/script_test.go:558–565  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

556const MissingFunc = `print("some string")`
557
558func ExampleMissingFunc() {
559 runExample(&testContext{
560 script: MissingFunc,
561 })
562 // Output:
563 // some string
564 // at least one of `request` and `response` function must be present
565}
566
567const MalformedFile = `testdata/not_a_filter.lua`
568

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…