(**kwargs)
| 16 | arguments = plugin.get("arguments", {}) |
| 17 | |
| 18 | def plugin_handler(**kwargs): |
| 19 | exec(coding, globals(), locals()) |
| 20 | return eval(return_value) |
| 21 | |
| 22 | if method == "get": |
| 23 | router.add_api_route(endpoint, plugin_handler, methods=["GET"]) |
nothing calls this directly
no outgoing calls
no test coverage detected