MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / paths

Method paths

atomic-core/src/record/workflow/collect.rs:278–283  ·  view source on GitHub ↗

Get paths of all collected files.

(&self)

Source from the content-addressed store, hash-verified

276
277 /// Get paths of all collected files.
278 pub fn paths(&self) -> impl Iterator<Item = &str>
279 where
280 T: AsRef<str>,
281 {
282 self.files.iter().map(|f| f.as_ref())
283 }
284
285 /// Convert to a set of paths for efficient lookup.
286 pub fn path_set(&self) -> HashSet<&str>

Callers 2

execute_reviseMethod · 0.45
build_optionsMethod · 0.45

Calls 2

as_refMethod · 0.80
iterMethod · 0.45

Tested by

no test coverage detected