Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/JavaCS3/xterm-player
/ fetchCast
Function
fetchCast
src/CastFetcher.ts:10–12 ·
view source on GitHub ↗
(url: string)
Source
from the content-addressed store, hash-verified
8
}
9
10
export
default
function
fetchCast(url: string): Promise<ICastObject> {
11
return
innerFetchCast(url)
12
}
Callers
1
_load
Method · 0.85
Calls
1
innerFetchCast
Function · 0.85
Tested by
no test coverage detected