Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ BatchTool
Class
BatchTool
crates/opencode-tool/src/batch.rs:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
pub struct BatchTool;
39
40
type BatchFuture = Pin<Box<dyn Future<Output = BatchResult> + Send>>;
41
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected