Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/xpipe-io/xpipe
/ empty
Method
empty
app/src/main/java/io/xpipe/app/ext/HostAddress.java:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
public
static
HostAddress empty() {
31
return
new
HostAddress(
"unknown"
, List.of(
"unknown"
));
32
}
33
34
public
static
HostAddress of(String host) {
35
if
(host == null) {
Callers
15
build
Method · 0.95
executeImpl
Method · 0.95
getHostAddress
Method · 0.95
getHostAddress
Method · 0.95
getExtension
Method · 0.45
asLocalPathIfPossible
Method · 0.45
getIfPresent
Method · 0.45
parse
Method · 0.45
createSimple
Method · 0.45
cdSyncOrRetry
Method · 0.45
launchMultiplexerTabInNewTerminal
Method · 0.45
launchProxy
Method · 0.45
Calls
1
of
Method · 0.65
Tested by
no test coverage detected