| 128 | )] |
| 129 | #[derive(Debug, ::serde::Deserialize, ::serde::Serialize, JsonSchema)] |
| 130 | pub struct JsCrawlTool { |
| 131 | /// List of JavaScript file URLs to analyze |
| 132 | urls: Vec<String>, |
| 133 | } |
| 134 | |
| 135 | impl JsCrawlTool { |
| 136 | pub fn call_tool(&self) -> std::process::Command { |
nothing calls this directly
no outgoing calls
no test coverage detected