Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ uploadFiles
Method
uploadFiles
apps/web/ui/AddThreadModal/index.tsx:40–40 ·
view source on GitHub ↗
(files: File[])
Source
from the content-addressed store, hash-verified
38
message: string;
39
}): Promise<any>;
40
uploadFiles(files: File[]): Promise<void>;
41
progress: number;
42
uploading: boolean;
43
uploads: UploadedFile[];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected