()
| 395 | } |
| 396 | |
| 397 | private static ScriptPigContext getScriptContext() throws IOException { |
| 398 | ScriptPigContext ctx = ScriptPigContext.get(); |
| 399 | if (ctx == null) { |
| 400 | throw new IOException("Script context is not set"); |
| 401 | } |
| 402 | return ctx; |
| 403 | } |
| 404 | |
| 405 | |
| 406 | } |
no test coverage detected