Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ text
Method
text
crates/opencode-util/src/util.rs:178–180 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
176
177
impl GitResult {
178
pub fn text(&self) -> &str {
179
&self.stdout
180
}
181
182
pub fn success(&self) -> bool {
183
self.exit_code == 0
Callers
15
run_non_interactive_attach
Function · 0.45
parse_http_json
Function · 0.45
import_session_data
Function · 0.45
send
Method · 0.45
fetch_url
Function · 0.45
create_session
Method · 0.45
get_session
Method · 0.45
list_sessions_filtered
Method · 0.45
get_session_status
Method · 0.45
update_session_title
Method · 0.45
delete_session
Method · 0.45
send_prompt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected