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

Class

TypeScript/StudyTypeScript/src/class_02.ts:50–50  ·  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 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected