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

Method all

atomic-identity/src/store.rs:269–271  ·  view source on GitHub ↗

Create an empty filter (matches all).

()

Source from the content-addressed store, hash-verified

267impl IdentityFilter {
268 /// Create an empty filter (matches all).
269 pub fn all() -> Self {
270 Self::default()
271 }
272
273 /// Filter by usage.
274 pub fn usage(mut self, usage: IdentityUsage) -> Self {

Callers 12

run_asyncMethod · 0.45
parseMethod · 0.45
compaction.test.tsFile · 0.45
common_directoryFunction · 0.45
is_whitespace_onlyMethod · 0.45
detect_fork_conflictsFunction · 0.45
supersedor_in_forkFunction · 0.45
is_unchangedMethod · 0.45
word_diff_with_configFunction · 0.45
is_blankMethod · 0.45
can_batch_apply_file_opsFunction · 0.45
extract_assignmentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected