MCPcopy Create free account
hub / github.com/Moosync/Moosync / register_oauth

Method register_oauth

src-tauri/src/extensions/request_handler.rs:155–158  ·  view source on GitHub ↗
(&self, _data: String)

Source from the content-addressed store, hash-verified

153
154 #[tracing::instrument(level = "debug", skip(self, _data))]
155 pub fn register_oauth(&self, _data: String) -> Result<MainCommandResponse> {
156 // TODO: Implement oauth registration
157 Ok(MainCommandResponse::RegisterOAuth(false))
158 }
159
160 #[tracing::instrument(level = "debug", skip(self, data))]
161 pub fn open_external(&self, data: String) -> Result<MainCommandResponse> {

Callers 1

handle_requestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected