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

Method all

atomic-remote/src/streaming/layers.rs:52–58  ·  view source on GitHub ↗

Select all layers (full download). This is the default — equivalent to not specifying `?layers=` at all.

()

Source from the content-addressed store, hash-verified

50 ///
51 /// This is the default — equivalent to not specifying `?layers=` at all.
52 pub fn all() -> Self {
53 let mut layers = HashSet::new();
54 layers.insert(Layer::Graph);
55 layers.insert(Layer::Semantic);
56 layers.insert(Layer::Content);
57 Self { layers }
58 }
59
60 /// Thin pull: graph + content only.
61 ///

Callers 1

extract_change_hashesFunction · 0.45

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected