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

Class AzureLoader

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

Azure custom loader - conditional getModel based on useCompletionUrls.

Source from the content-addressed store, hash-verified

393
394/// Azure custom loader - conditional getModel based on useCompletionUrls.
395struct AzureLoader;
396
397impl CustomLoader for AzureLoader {
398 fn load(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected