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

Method includes

atomic-remote/src/streaming/layers.rs:182–184  ·  view source on GitHub ↗
(&self, layer: Layer)

Source from the content-addressed store, hash-verified

180 /// Returns `true` if the given layer is included in this selection.
181 #[inline]
182 pub fn includes(&self, layer: Layer) -> bool {
183 self.layers.contains(&layer)
184 }
185
186 /// Returns `true` if all three layers are selected (full download).
187 pub fn is_all(&self) -> bool {

Callers 2

recordTurnFunction · 0.80
handlers.test.tsFile · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected