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

Method run

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

Source from the content-addressed store, hash-verified

39 }
40 public name: string
41 run() {}
42}
43// private 只能类本身调用,不能被类的实例调用,也不能被类的子类调用
44class Dog3 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected