MCPcopy 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
10export default function fetchCast(url: string): Promise<ICastObject> {
11 return innerFetchCast(url)
12}

Callers 1

_loadMethod · 0.85

Calls 1

innerFetchCastFunction · 0.85

Tested by

no test coverage detected