Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Zoxcore/trifa_material
/ OperatingSystem
Interface
OperatingSystem
src/main/java/com/platform/OperatingSystem.java:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
com.platform;
2
3
public
interface
OperatingSystem {
4
public
boolean isSupported(String feature);
5
}
Callers
5
syncFadeEnabledWithPlatform
Method · 0.65
open_webpage
Method · 0.65
displayNotification_with_force_option
Method · 0.65
init_system_tray
Method · 0.65
isSupported
Method · 0.65
Implementers
5
Unix
src/main/java/com/platform/Unix.java
DefaultOperatingSystem
src/main/java/com/platform/DefaultOper
Windows
src/main/java/com/platform/Windows.jav
Mac
src/main/java/com/platform/Mac.java
Platform
src/main/java/com/platform/Platform.ja
Calls
no outgoing calls
Tested by
no test coverage detected