Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codename-co/stack
/ init
Function
init
packages/app/src-tauri/src/menu_plugin.rs:41–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
pub fn init<R: Runtime>() -> TauriPlugin<R> {
42
Builder::new(
"app-menu"
)
43
.invoke_handler(tauri::generate_handler![popup, toggle])
44
.build()
45
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected