Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
escapeCharacter
Method · 0.95
Calls
1
append
Method · 0.95
Tested by
no test coverage detected