MCPcopy
hub / github.com/bazelbuild/bazel / append

Method append

src/main/java/net/starlark/java/eval/Printer.java:51–55  ·  view source on GitHub ↗

Appends a char to the printer's buffer

(char c)

Source from the content-addressed store, hash-verified

49
50 /** Appends a char to the printer's buffer */
51 @CanIgnoreReturnValue
52 public final Printer append(char c) {
53 buffer.append(c);
54 return this;
55 }
56
57 /** Appends a char sequence to the printer's buffer */
58 @CanIgnoreReturnValue

Callers 15

debugPrintArgsMethod · 0.95
processOpeningBraceMethod · 0.95
printListMethod · 0.95
strMethod · 0.95
reprMethod · 0.95
appendQuotedMethod · 0.95
backslashCharMethod · 0.95
escapeCharacterMethod · 0.95
failMethod · 0.95
printMethod · 0.95
resolveMethod · 0.45
test_adding_treeMethod · 0.45

Calls

no outgoing calls

Tested by 15

debugPrintArgsMethod · 0.76
test_adding_treeMethod · 0.36
closeMethod · 0.36
closeElementMethod · 0.36
indentationMethod · 0.36
startElementMethod · 0.36
linenumsMethod · 0.36
valuesMethod · 0.36
positionsMethod · 0.36
veryDeepExpressionMethod · 0.36
reprMethod · 0.36