Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SincereCSL/Playgrounds
/ eat
Method
eat
TypeScript/StudyTypeScript/src/class_interface.ts:6–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
// new (name: string): void;
5
name: string;
6
eat(): void;
7
}
8
9
class
Asian implements Human{
Callers
2
class_02.ts
File · 0.65
getPet
Function · 0.65
Implementers
3
Asian
TypeScript/StudyTypeScript/src/class_i
DogA
TypeScript/StudyTypeScript/src/advance
CatA
TypeScript/StudyTypeScript/src/advance
Calls
no outgoing calls
Tested by
no test coverage detected