(String functionName, String funcArgs)
| 68 | } |
| 69 | |
| 70 | @Override |
| 71 | public String execute(String functionName, String funcArgs) throws DRPCExecutionException, AuthorizationException, TException { |
| 72 | return drpc.executeBlocking(functionName, funcArgs); |
| 73 | } |
| 74 | |
| 75 | @Override |
| 76 | public void failRequest(String id) throws AuthorizationException, TException { |
nothing calls this directly
no test coverage detected