MCPcopy Index your code
hub / github.com/hediet/vscode-debug-visualizer / main

Method main

demos/java/src/app/App.java:7–14  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

5public class App {
6
7 public static void main(String[] args) {
8 // watch `list.visualize()`
9 LinkedList<String> list = new LinkedList<String>();
10 list.append("1");
11 list.append("2");
12 list.append("3");
13 list.append("4");
14 }
15}
16
17class LinkedList<T> {

Callers

nothing calls this directly

Calls 1

appendMethod · 0.95

Tested by

no test coverage detected