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

Function BlogHome

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

Source from the content-addressed store, hash-verified

128 }
129
130 function* BlogHome() {
131 yield blogPrefix;
132 yield mustEnd;
133 return { type: "blog" };
134 }
135
136 function* BlogArticle() {
137 yield blogPrefix;

Callers 1

routing.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected