MCPcopy Create free account
hub / github.com/SincereCSL/Playgrounds /

Class

TypeScript/StudyTypeScript/src/class_interface.ts:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46}
47class C implements AutoInterface {
48 state = 1
49}
50class Bus extends Auto implements AutoInterface{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected