MCPcopy Create free account
hub / github.com/SincereCSL/Playgrounds / cry

Method cry

TypeScript/StudyTypeScript/src/class_interface.ts:26–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25interface Child {
26 cry():void
27}
28
29interface Boy extends Man,Child {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected