Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moosync/Moosync
/ get_oauth_state
Function
get_oauth_state
src-tauri/src/oauth/handler.rs:73–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
72
#[tracing::instrument(level =
"debug"
, skip())]
73
pub fn get_oauth_state() -> Result<OAuthHandler> {
74
Ok(OAuthHandler::new())
75
}
Callers
1
run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected