Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ bash.rs
File
bash.rs
crates/opencode-tool/src/bash.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use async_trait::async_trait;
2
use std::collections::HashSet;
3
use std::process::Stdio;
4
use tokio::io::{AsyncBufReadExt, BufReader};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected