MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / empty

Method empty

java/src/org/openqa/selenium/remote/http/Contents.java:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 }
75
76 public static Supplier empty() {
77 return bytes(new byte[0]);
78 }
79
80 public static Supplier utf8String(CharSequence value) {
81 Require.nonNull("Value to return", value);

Callers 15

setUpMethod · 0.95
HttpMessageClass · 0.95
extractContentMethod · 0.95
getLogsMethod · 0.95
createHttpResponseMethod · 0.95
channelRead0Method · 0.95
jquery.min.jsFile · 0.45
previousResponseMethod · 0.45
sslSessionMethod · 0.45
canSetPermissionMethod · 0.45
getBrowserUserAgentMethod · 0.45

Calls 1

bytesMethod · 0.95

Tested by 15

setUpMethod · 0.76
previousResponseMethod · 0.36
sslSessionMethod · 0.36
canSetPermissionMethod · 0.36
getBrowserUserAgentMethod · 0.36
isOnlineMethod · 0.36
getHelloMethod · 0.36
canEvaluateInARealmMethod · 0.36