pub async fn explore_repository(
database_path: &Path,
workspace: &str,
input: &ExploreInput,
binary: Option<OsString>,
) -> ToolEnvelope<LocalContextResult>Expand description
Explores one registered checkout through bounded, ephemeral local code intelligence.
The returned LocalContextResult::content may contain source code and must never be
persisted, logged, cached, or included in audit records.