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

Method add

app/src/main/java/javax/mail/Flags.java:203–205  ·  view source on GitHub ↗

Add the specified system flag to this Flags object. @param flag the flag to add

(Flag flag)

Source from the content-addressed store, hash-verified

201 * @param flag the flag to add
202 */
203 public void add(Flag flag) {
204 system_flags |= flag.bit;
205 }
206
207 /**
208 * Add the specified user flag to this Flags object.

Callers 15

getUnreadMessageCountMethod · 0.95
OpenPgpProviderUtilClass · 0.45
drawMethod · 0.45
drawMethod · 0.45
onTextMessageMethod · 0.45
lookupMethod · 0.45
getMethod · 0.45
prism.jsFile · 0.45

Calls 4

putMethod · 0.45
hasMoreElementsMethod · 0.45
nextElementMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected