Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/xpipe-io/xpipe
/ of
Method
of
app/src/main/java/io/xpipe/app/process/OsFileSystem.java:23–23 ·
view source on GitHub ↗
(OsType.Any osType)
Source
from the content-addressed store, hash-verified
21
}
22
23
static
OsFileSystem of(OsType.Any osType) {
24
return
switch (osType) {
25
case OsType.Windows ignored -> WINDOWS;
26
case OsType.Bsd ignored -> UNIX;
Callers
15
getName
Method · 0.95
getName
Method · 0.95
getName
Method · 0.95
toAbsoluteFilePath
Method · 0.95
getFileSeparator
Method · 0.95
makeFileSystemCompatible
Method · 0.95
createOverview
Method · 0.95
userHome
Method · 0.95
getShellSessionScriptName
Method · 0.95
initScriptsDirectory
Method · 0.95
toLocalPath
Method · 0.65
getExtension
Method · 0.65
Implementers
3
Windows
app/src/main/java/io/xpipe/app/process
Unix
app/src/main/java/io/xpipe/app/process
MacOs
app/src/main/java/io/xpipe/app/process
Calls
no outgoing calls
Tested by
4
getResourcePath
Method · 0.52
get
Method · 0.52
getArguments
Method · 0.52
createSimple
Method · 0.52