MCPcopy Create free account
hub / github.com/bajrangCoder/setu / register_actions

Method register_actions

src/app.rs:38–42  ·  view source on GitHub ↗

Register global actions

(cx: &mut App)

Source from the content-addressed store, hash-verified

36 Self::register_actions(cx);
37 Self::register_keybindings(cx);
38
39 // Create main window
40 Self::create_main_window(cx);
41
42 // Activate the application
43 cx.activate(true);
44 });
45 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected