Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
pub(super) fn hide_others() {
67
instance().hideOtherApplications(None);
68
}
69
70
pub(super) fn show_all() {
71
instance().unhideAllApplications(None);
Callers
1
hide_others
Method · 0.85
Calls
1
instance
Function · 0.85
Tested by
no test coverage detected