MCPcopy Create free account
hub / github.com/L1yp/van-app / Demo

Method Demo

src/test/java/com/l1yp/Main.java:14–17  ·  view source on GitHub ↗
(Integer id, String name)

Source from the content-addressed store, hash-verified

12 public String name;
13
14 public Demo(Integer id, String name) {
15 this.id = id;
16 this.name = name;
17 }
18
19
20 public Integer getId() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected