MCPcopy Create free account
hub / github.com/JetBrains/skija / pushStack

Method pushStack

tests/java/runner/TestRunner.java:225–227  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

223 }
224
225 public static void pushStack(String s) {
226 runner.stack.addLast(s);
227 }
228
229 public static void popStack() {
230 runner.stack.removeLast();

Callers 9

storageMethod · 0.95
testClassMethod · 0.95
testMethodMethod · 0.95
abcMethod · 0.80
testAbcMethod · 0.80
testLigaturesMethod · 0.80
testCombiningMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected