Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bazelbuild/bazel
/ pop
Method
pop
src/main/java/net/starlark/java/eval/Printer.java:279–281 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
277
}
278
279
private
void
pop() {
280
this.stack[--depth] = null;
281
}
282
283
/**
284
* Appends a string, formatted as
if
by Starlark
's {@code str % tuple} operator, to the printer'
s
Callers
1
repr
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected