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

Method has_explicit_seeds

atomic-cli/src/commands/vault/context.rs:384–388  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

382 }
383
384 fn has_explicit_seeds(&self) -> bool {
385 self.query.iter().any(|q| !q.trim().is_empty())
386 || self.intent.is_some()
387 || !self.files.is_empty()
388 }
389}
390
391// Candidate gathering helpers

Callers 1

gather_candidatesMethod · 0.80

Calls 2

iterMethod · 0.45
is_emptyMethod · 0.45

Tested by

no test coverage detected