Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SincereCSL/Playgrounds
/
Class
TypeScript/StudyTypeScript/src/class_01.ts:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
/// 类: 类的成员修饰符
35
// public
36
class
Dog2 {
37
constructor(name: string) {
38
this.name = name
39
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected