MCPcopy Create free account
hub / github.com/xmlet/HtmlFlow / Track

Method Track

htmlflow-kotlin/src/test/java/htmlflow/test/model/Track.java:12–14  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

10 final int listeners;
11
12 public Track(String name) {
13 this(null, name, null, 0, null);
14 }
15
16 public Track(String band, String name) {
17 this(band, name, null, 0, null);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected