Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SincereCSL/Playgrounds
/ eat
Method
eat
TypeScript/StudyTypeScript/src/advanced_01.ts:30–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
class
CatA implements CatInterface {
29
jump() {}
30
eat() {}
31
}
32
enum Master { Boy, Girl}
33
function
getPet(master: Master){
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected