MCPcopy Create free account
hub / github.com/M66B/FairEmail / toString

Method toString

app/src/main/java/com/sun/mail/imap/Rights.java:310–317  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

308 }
309
310 @Override
311 public String toString() {
312 StringBuilder sb = new StringBuilder();
313 for (int i = 0; i < this.rights.length; i++)
314 if (this.rights[i])
315 sb.append((char)i);
316 return sb.toString();
317 }
318
319 /*****
320 public static void main(String argv[]) throws Exception {

Callers 15

folderNameMethod · 0.45
protocolConnectMethod · 0.45
getStoreProtocolMethod · 0.45
releaseProtocolMethod · 0.45
releaseStoreProtocolMethod · 0.45
emptyConnectionPoolMethod · 0.45
closeAllFoldersMethod · 0.45
handleResponseCodeMethod · 0.45
fetchMethod · 0.45
createHeaderCommandMethod · 0.45
handleResponseMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected