MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / BedrockContentBlock

Class BedrockContentBlock

crates/opencode-provider/src/bedrock.rs:416–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414
415#[derive(Debug, Serialize, Deserialize)]
416struct BedrockContentBlock {
417 text: String,
418}
419
420impl BedrockContentBlock {
421 fn text(t: &str) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected