MCPcopy Index your code
hub / github.com/bazelbuild/bazel / backslashChar

Method backslashChar

src/main/java/net/starlark/java/eval/Printer.java:235–237  ·  view source on GitHub ↗
(char c)

Source from the content-addressed store, hash-verified

233 }
234
235 private Printer backslashChar(char c) {
236 return this.append('\\').append(c);
237 }
238
239 private Printer escapeCharacter(char c) {
240 if (c == '"') {

Callers 1

escapeCharacterMethod · 0.95

Calls 1

appendMethod · 0.95

Tested by

no test coverage detected