@author cenxiaozhong @since 1.0.0
| 22 | * @since 1.0.0 |
| 23 | */ |
| 24 | public class HookManager { |
| 25 | |
| 26 | public static AgentWeb hookAgentWeb(AgentWeb agentWeb, AgentWeb.AgentBuilder agentBuilder) { |
| 27 | return agentWeb; |
| 28 | } |
| 29 | |
| 30 | public static boolean permissionHook(String url,String[]permissions){ |
| 31 | return true; |
| 32 | } |
| 33 | } |
nothing calls this directly
no outgoing calls
no test coverage detected