Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
275
impl 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
handleAuthFetch
Function · 0.45
chat
Method · 0.45
chat_stream
Method · 0.45
chat
Method · 0.45
chat_stream
Method · 0.45
chat
Method · 0.45
chat_stream
Method · 0.45
chat
Method · 0.45
chat_stream
Method · 0.45
fetch
Method · 0.45
chat
Method · 0.45
chat_stream
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected