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

Class AliasedProvider

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

Source from the content-addressed store, hash-verified

2346}
2347
2348struct AliasedProvider {
2349 id: String,
2350 name: String,
2351 inner: Arc<dyn RuntimeProvider>,
2352 models: Vec<RuntimeModelInfo>,
2353 model_index: HashMap<String, RuntimeModelInfo>,
2354}
2355
2356impl AliasedProvider {
2357 fn new(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected