Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/JavaScriptRegenerated/yieldparser
/ Terms
Function
Terms
src/routing.test.ts:113–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
111
}
112
113
function
* Terms() {
114
yield
"/legal"
;
115
yield
"/terms"
;
116
yield mustEnd;
117
return
{
type
:
"terms"
} as Route;
118
}
119
120
function
* AlbumItem() {
121
yield
"/albums/"
;
Callers
1
routing.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected