MCPcopy
hub / github.com/flightcontrolhq/superjson / brag

Method brag

src/index.test.ts:833–835  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

831 ) {}
832
833 public brag() {
834 return `I'm a ${this.brand} in freakin' ${this.color} and I go ${this.topSpeed} km/h, isn't that bonkers?`;
835 }
836 }
837
838 SuperJSON.registerClass(Train);

Callers 1

index.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected