MCPcopy Create free account
hub / github.com/GraphiteEditor/Graphite / hide_others

Function hide_others

desktop/src/window/mac/app.rs:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64}
65
66pub(super) fn hide_others() {
67 instance().hideOtherApplications(None);
68}
69
70pub(super) fn show_all() {
71 instance().unhideAllApplications(None);

Callers 1

hide_othersMethod · 0.85

Calls 1

instanceFunction · 0.85

Tested by

no test coverage detected