MCPcopy 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

48new WorkFlow().step1().step2()
49
50class MyFlow extends WorkFlow {
51 next() {
52 return this;
53 }
54}
55new MyFlow().next().step1().next().step2()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected