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

Function ExampleLoadOK

script/script_test.go:548–554  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

546end`
547
548func ExampleLoadOK() {
549 runExample(&testContext{
550 script: LoadOK,
551 })
552 // Output:
553 // GET
554}
555
556const MissingFunc = `print("some string")`
557

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…