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

Class AnthropicLoader

crates/opencode-provider/src/bootstrap.rs:279–279  ·  view source on GitHub ↗

Anthropic custom loader - adds correct beta headers.

Source from the content-addressed store, hash-verified

277
278/// Anthropic custom loader - adds correct beta headers.
279struct AnthropicLoader;
280
281impl CustomLoader for AnthropicLoader {
282 fn load(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected