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

Function ExampleLoadFileOK

script/script_test.go:535–541  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

533const LoadFileOK = `testdata/load_ok.lua`
534
535func ExampleLoadFileOK() {
536 runExample(&testContext{
537 script: LoadFileOK,
538 })
539 // Output:
540 // GET
541}
542
543const LoadOK = `
544function 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…