Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ has_explicit_seeds
Method
has_explicit_seeds
atomic-cli/src/commands/vault/context.rs:379–383 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
377
}
378
379
fn has_explicit_seeds(&self) -> bool {
380
self.query.iter().any(|q| !q.trim().is_empty())
381
|| self.intent.is_some()
382
|| !self.files.is_empty()
383
}
384
}
385
386
// Candidate gathering helpers
Callers
1
gather_candidates
Method · 0.80
Calls
2
iter
Method · 0.45
is_empty
Method · 0.45
Tested by
no test coverage detected