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

Method pri

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

Source from the content-addressed store, hash-verified

48 public name: string
49 run() {}
50 private pri(){}
51}
52let dog3 = new Dog3('test')
53// dog3.pri() // 不能被类的实例调用

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected