Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/triggerdotdev/trigger.dev
/ blob
Method
blob
packages/core/src/v3/apiClient/core.ts:481–481 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
479
export
interface
ResponseLike {
480
url: string;
481
blob(): Promise<BlobLike>;
482
}
483
484
export
type
Uploadable = FileLike | ResponseLike | Readable;
Callers
1
toFile
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected