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

Function get_extension_handler

src-tauri/src/extensions/mod.rs:87–90  ·  view source on GitHub ↗
(app: &AppHandle)

Source from the content-addressed store, hash-verified

85
86#[tracing::instrument(level = "debug", skip(app))]
87pub fn get_extension_handler(app: &AppHandle) -> State<'_, ExtensionHandler> {
88 let ext_state = app.state();
89 ext_state
90}
91
92generate_command_async_cached!(
93 get_extension_manifest,

Callers 4

get_accountsMethod · 0.85
loginMethod · 0.85
signoutMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected