Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ id
Method
id
crates/opencode-provider/src/bootstrap.rs:2379–2381 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
2377
#[async_trait]
2378
impl RuntimeProvider for AliasedProvider {
2379
fn id(&self) -> &str {
2380
&self.id
2381
}
2382
2383
fn name(&self) -> &str {
2384
&self.name
Callers
2
wrap_provider_for_state
Function · 0.45
bootstrap_registry
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected