MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / is_empty

Method is_empty

src/sessions/lcm/query.rs:2846–2848  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

2844
2845impl GrepQueryPlan {
2846 fn is_empty(&self) -> bool {
2847 self.fts_query.is_empty() && self.like_terms.is_empty()
2848 }
2849}
2850
2851fn grep_query_plan(query: &str) -> GrepQueryPlan {

Callers 15

current_branchMethod · 0.45
backfill_one_sessionFunction · 0.45
build_extraction_requestFunction · 0.45
non_emptyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected