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

Method step2

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

Source from the content-addressed store, hash-verified

42 return this;
43 }
44 step2() {
45 return this;
46 }
47}
48new WorkFlow().step1().step2()
49

Callers 1

class_02.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected