MCPcopy Index your code
hub / github.com/ChrisFeldmeier/OpenCodeRust / id

Method id

crates/opencode-provider/src/xai.rs:75–77  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

73#[async_trait]
74impl Provider for XaiProvider {
75 fn id(&self) -> &str {
76 "xai"
77 }
78 fn name(&self) -> &str {
79 "X.AI (Grok)"
80 }

Callers 2

registerMethod · 0.45
register_arcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected