↓ 2 callersFunctionaddUploadFileItem(
url: string,
name: string,
size: number,
progress: number,
type: string,
)
client/src/stores/send.ts:26
↓ 1 callersFunctionaddDownloadFileItem(
url: string,
name: string,
size: number,
progress: number,
type: string,
)
client/src/stores/receive.ts:33