(&mut self, fe: String)
| 284 | |
| 285 | impl GlobalFeature { |
| 286 | pub fn insert_feature(&mut self, fe: String) -> bool { |
| 287 | self.features.insert(fe) |
| 288 | } |
| 289 | |
| 290 | pub fn init_by_corpus(executor: &Executor, fuzzer: &Path) -> Result<Self> { |
| 291 | let mut gf = Self::default(); |
no outgoing calls
no test coverage detected