Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ default
Method
default
crates/opencode-server/src/mcp_oauth.rs:556–558 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
554
555
impl Default for McpOAuthManager {
556
fn default() -> Self {
557
Self::new()
558
}
559
}
560
561
#[derive(Debug, thiserror::Error)]
Callers
nothing calls this directly
Calls
1
new
Function · 0.85
Tested by
no test coverage detected