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

Method aaclone

app/src/main/java/com/sun/mail/imap/IMAPMessage.java:1720–1725  ·  view source on GitHub ↗
(InternetAddress[] aa)

Source from the content-addressed store, hash-verified

1718 * Clone an array of InternetAddresses.
1719 */
1720 private InternetAddress[] aaclone(InternetAddress[] aa) {
1721 if (aa == null)
1722 return null;
1723 else
1724 return aa.clone();
1725 }
1726
1727 private Flags _getFlags() {
1728 return flags;

Callers 3

getFromMethod · 0.95
getRecipientsMethod · 0.95
getReplyToMethod · 0.95

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected