Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SincereCSL/Playgrounds
/ step1
Method
step1
TypeScript/StudyTypeScript/src/class_02.ts:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
/// this 类型 实现链式调用
40
class
WorkFlow {
41
step1() {
42
return
this;
43
}
44
step2() {
45
return
this;
46
}
Callers
1
class_02.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected