MCPcopy Create free account
hub / github.com/Fiddle-Digital/string-scroll / constructor

Method constructor

src/Utils/StringTracker.ts:6–6  ·  view source on GitHub ↗
(public trackedFunction: (...args: any[]) => any = (...args: any[]) => {})

Source from the content-addressed store, hash-verified

4 private displayElement: any;
5
6 constructor(public trackedFunction: (...args: any[]) => any = (...args: any[]) => {}) {}
7
8 public start() {
9 this.createDisplayElement();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected