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

Method has_explicit_seeds

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

Source from the content-addressed store, hash-verified

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

Callers 1

gather_candidatesMethod · 0.80

Calls 2

iterMethod · 0.45
is_emptyMethod · 0.45

Tested by

no test coverage detected