Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ text
Method
text
crates/opencode-provider/src/bedrock.rs:421–425 ·
view source on GitHub ↗
(t: &str)
Source
from the content-addressed store, hash-verified
419
420
impl BedrockContentBlock {
421
fn text(t: &str) -> Self {
422
Self {
423
text: t.to_string(),
424
}
425
}
426
}
427
428
#[derive(Debug, Serialize)]
Callers
2
chat
Method · 0.45
chat_stream
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected