MCPcopy 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

parse_http_jsonFunction · 0.45
import_session_dataFunction · 0.45
sendMethod · 0.45
fetch_urlFunction · 0.45
create_sessionMethod · 0.45
get_sessionMethod · 0.45
get_session_statusMethod · 0.45
update_session_titleMethod · 0.45
delete_sessionMethod · 0.45
send_promptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected