Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SincereCSL/Playgrounds
/ run
Function
run
TypeScript/StudyTypeScript/src/advanced_01.ts:12–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
11
let
pet: DogInterface & CatInterface = {
12
run() {},
13
jump() {}
14
}
15
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected