Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
44
interface
AutoInterface extends Auto {
45
46
}
47
class
C implements AutoInterface {
48
state = 1
49
}
Callers
nothing calls this directly
Implementers
2
C
TypeScript/StudyTypeScript/src/class_i
Bus
TypeScript/StudyTypeScript/src/class_i
Calls
no outgoing calls
Tested by
no test coverage detected