Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ include_deleted
Method
include_deleted
atomic-core/src/output/repo/options.rs:245–248 ·
view source on GitHub ↗
(mut self, include: bool)
Source
from the content-addressed store, hash-verified
243
/// ```
244
#[must_use]
245
pub fn include_deleted(mut self, include: bool) -> Self {
246
self.include_deleted = include;
247
self
248
}
249
250
/// Set the maximum vertices per file.
251
///
Callers
2
test_builder_include_deleted
Function · 0.45
test_builder_chaining
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_builder_include_deleted
Function · 0.36
test_builder_chaining
Function · 0.36