()
| 546 | end` |
| 547 | |
| 548 | func ExampleLoadOK() { |
| 549 | runExample(&testContext{ |
| 550 | script: LoadOK, |
| 551 | }) |
| 552 | // Output: |
| 553 | // GET |
| 554 | } |
| 555 | |
| 556 | const MissingFunc = `print("some string")` |
| 557 |
nothing calls this directly
no test coverage detected
searching dependent graphs…