MCPcopy Create free account
hub / github.com/cyclejs/cyclejs / driver

Function driver

isolate/test/index.ts:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 describe('scopedDataflowComponent', function () {
45 it('should return a valid dataflow component', function () {
46 function driver() {
47 return {};
48 }
49
50 function MyDataflowComponent(sources: {other: any}, foo: string, bar: string) {
51 return {

Callers 1

index.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected