MCPcopy Index your code
hub / github.com/JavaScriptRegenerated/yieldparser / About

Function About

src/routing.test.ts:17–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 }
16
17 function* About() {
18 yield "/about";
19 yield mustEnd;
20 return { type: "about" } as Route;
21 }
22
23 const Albums = {
24 *List() {

Callers 1

routing.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected