Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SincereCSL/Playgrounds
/ run
Function
run
TypeScript/StudyTypeScript/src/class_interface.ts:33–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
let
boy: Boy = {
32
name:
''
,
33
run() {},
34
eat() {},
35
cry() {}
36
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected