Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/JavaScriptRegenerated/yieldparser
/ Home
Function
Home
src/routing.test.ts:11–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
| {
type
:
"albumArt"
; id: string };
10
11
function
* Home() {
12
yield
"/"
;
13
yield mustEnd;
14
return
{
type
:
"home"
} as Route;
15
}
16
17
function
* About() {
18
yield
"/about"
;
Callers
1
routing.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected