MCPcopy 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

buildMethod · 0.95
executeImplMethod · 0.95
getHostAddressMethod · 0.95
getHostAddressMethod · 0.95
getExtensionMethod · 0.45
asLocalPathIfPossibleMethod · 0.45
getIfPresentMethod · 0.45
parseMethod · 0.45
createSimpleMethod · 0.45
cdSyncOrRetryMethod · 0.45
launchProxyMethod · 0.45

Calls 1

ofMethod · 0.65

Tested by

no test coverage detected