MCPcopy Create free account
hub / github.com/Rust-API/Rust-API-Bypass-Checker / into_iter

Method into_iter

src/analysis/wto.rs:86–88  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

84 type Item = WtoComponent;
85 type IntoIter = std::vec::IntoIter<Self::Item>;
86 fn into_iter(self) -> Self::IntoIter {
87 self.component.into_iter()
88 }
89}
90
91impl<'a> IntoIterator for &'a WtoCircle {

Callers 5

newMethod · 0.45
get_paths_iterMethod · 0.45
in_cargo_bypasserFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected