Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/JavaScriptRegenerated/yieldparser
/ BlogRoutes
Function
BlogRoutes
src/routing.test.ts:143–145 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
141
}
142
143
function
* BlogRoutes() {
144
return
yield [BlogHome, BlogArticle];
145
}
146
147
function
* Routes() {
148
return
yield [Home, About, Terms];
Callers
1
routing.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected