Cmd.Index (fnord v0.9.29)

View Source

Summary

Functions

Entry point for file_reindex_tool. Runs indexing inline and restores the prior :quiet setting on exit.

Types

t()

@type t() :: %Cmd.Index{
  first_index?: term(),
  has_notes?: term(),
  indexer: term(),
  opts: term(),
  project: term()
}

Functions

index_project(idx)

new(opts)

perform_task(other)

run_as_tool_call(opts)

Entry point for file_reindex_tool. Runs indexing inline and restores the prior :quiet setting on exit.