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:345–349 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
343
}
344
345
fn has_explicit_seeds(&self) -> bool {
346
self.query.iter().any(|q| !q.trim().is_empty())
347
|| self.intent.is_some()
348
|| !self.files.is_empty()
349
}
350
}
351
352
// 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