Skip to main content

CodeHandler

Type Alias CodeHandler 

Source
pub type CodeHandler = fn(root: PathBuf, frontier: PathBuf, backend: Option<String>, max_files: Option<usize>, dry_run: bool, json: bool) -> Pin<Box<dyn Future<Output = ()> + Send>>;
Expand description

v0.24 Agent Inbox: pluggable handler for vela compile-code.