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

Method next

TypeScript/StudyTypeScript/src/class_02.ts:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

class_02.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected