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

Interface NodeInfoProvider

demos/java/src/app/GraphData.java:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 }
134
135 public interface NodeInfoProvider<T> {
136 public NodeInfo<T> getNodeInfo(T item, NodeInfo<T> nodeInfo);
137 }
138
139 public static <T> GraphData from(T item, NodeInfoProvider<T> f) {
140 GraphData d = new GraphData();

Callers 1

getNodeInfoMethod · 0.65

Implementers 1

FromStatedemos/java/src/app/GraphData.java

Calls

no outgoing calls

Tested by

no test coverage detected