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

Interface AutoInterface

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

Source from the content-addressed store, hash-verified

42 // private state2 = 0
43}
44interface AutoInterface extends Auto {
45
46}
47class C implements AutoInterface {
48 state = 1
49}

Callers

nothing calls this directly

Implementers 2

CTypeScript/StudyTypeScript/src/class_i
BusTypeScript/StudyTypeScript/src/class_i

Calls

no outgoing calls

Tested by

no test coverage detected