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

Method writeArgument

app/src/main/java/com/sun/mail/iap/Argument.java:229–232  ·  view source on GitHub ↗

Write out as parenthesised list. @param c the Argument @return this

(Argument c)

Source from the content-addressed store, hash-verified

227 * @return this
228 */
229 public Argument writeArgument(Argument c) {
230 items.add(c);
231 return this;
232 }
233
234 /*
235 * Write out all the buffered items into the output stream.

Callers 10

createLabelListMethod · 0.95
orMethod · 0.95
notMethod · 0.95
getArgumentListMethod · 0.95
selectMethod · 0.95
examineMethod · 0.95
resyncArgsMethod · 0.95
statusMethod · 0.95
sortMethod · 0.95
setQuotaMethod · 0.95

Calls 1

addMethod · 0.45

Tested by

no test coverage detected