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

Method sleep

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

Source from the content-addressed store, hash-verified

15 // private name: string;
16 eat() {}
17 sleep() {}
18}
19
20/// 接口的继承:一个接口可以继承多个接口

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected