Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SincereCSL/Playgrounds
/ MyFlow
Class
MyFlow
TypeScript/StudyTypeScript/src/class_02.ts:50–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
new
WorkFlow().step1().step2()
49
50
class
MyFlow extends WorkFlow {
51
next() {
52
return
this;
53
}
54
}
55
new
MyFlow().next().step1().next().step2()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected