Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/Skija
/ pushStack
Method
pushStack
tests/java/runner/TestRunner.java:262–264 ·
view source on GitHub ↗
(String s)
Source
from the content-addressed store, hash-verified
260
}
261
262
public
static
void
pushStack(String s) {
263
runner.stack.addLast(s);
264
}
265
266
public
static
void
popStack() {
267
runner.stack.removeLast();
Callers
9
storage
Method · 0.95
testClass
Method · 0.95
testMethod
Method · 0.95
abc
Method · 0.80
testAbc
Method · 0.80
testLigatures
Method · 0.80
testCombining
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected