Skip to main content

RepoProvider

Type Alias RepoProvider 

Source
pub type RepoProvider = Arc<dyn Fn() -> Option<String> + Send + Sync>;
Expand description

Provider returning the active GitHub repo (e.g. "pydata/xarray") or None when nothing is bound. Workspace mode wires this to the active workspace repo; single-graph mode can pin a fixed value.

Aliased Type§

pub struct RepoProvider { /* private fields */ }