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

Method remove

crates/opencode-server/src/oauth.rs:155–157  ·  view source on GitHub ↗
(&self, provider_id: &str)

Source from the content-addressed store, hash-verified

153 }
154
155 pub async fn remove(&self, provider_id: &str) {
156 self.auth_manager.remove(provider_id).await;
157 }
158}

Callers 11

connectMethod · 0.45
disconnectMethod · 0.45
remove_oauthMethod · 0.45
set_session_run_statusFunction · 0.45
delete_sessionFunction · 0.45
session_promptFunction · 0.45
reply_permissionFunction · 0.45
reply_questionFunction · 0.45
reject_questionFunction · 0.45
delete_authFunction · 0.45
delete_sessionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected