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

Function Routes

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

Source from the content-addressed store, hash-verified

145 }
146
147 function* Routes() {
148 return yield [Home, About, Terms];
149 }
150
151 function* DoubleNested() {
152 return yield [BlogRoutes, Routes];

Callers 1

routing.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected