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

Function get_window_state

src-tauri/src/window/handler.rs:268–270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

266
267#[tracing::instrument(level = "debug", skip())]
268pub fn get_window_state() -> WindowHandler {
269 WindowHandler::new()
270}
271
272#[tracing::instrument(level = "debug", skip(app))]
273pub fn handle_window_close(app: &AppHandle) -> Result<bool> {

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected