Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
74
impl Provider for XaiProvider {
75
fn id(&self) -> &str {
76
"xai"
77
}
78
fn name(&self) -> &str {
79
"X.AI (Grok)"
80
}
Callers
2
register
Method · 0.45
register_arc
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected