MCPcopy Index your code
hub / github.com/tc39/proposal-observable / start

Function start

demo/parser.js:71–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 }
70
71 function* start() {
72
73 let ast = yield * parseAdd();
74 yield * eat("EOF");
75 return ast;
76 };
77
78 return new Observable(sink => {
79

Callers 1

parseFunction · 0.70

Calls 2

parseAddFunction · 0.85
eatFunction · 0.85

Tested by

no test coverage detected