MCPcopy Index your code
hub / github.com/ChrisFeldmeier/OpenCodeRust / text

Method text

crates/opencode-provider/src/google.rs:276–280  ·  view source on GitHub ↗
(t: &str)

Source from the content-addressed store, hash-verified

274
275impl GooglePart {
276 fn text(t: &str) -> Self {
277 Self {
278 text: Some(t.to_string()),
279 }
280 }
281}
282
283#[derive(Debug, Serialize)]

Callers 15

handleAuthFetchFunction · 0.45
chatMethod · 0.45
chat_streamMethod · 0.45
chatMethod · 0.45
chat_streamMethod · 0.45
chatMethod · 0.45
chat_streamMethod · 0.45
chatMethod · 0.45
chat_streamMethod · 0.45
fetchMethod · 0.45
chatMethod · 0.45
chat_streamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected