MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev /

Class

apps/web/services/upload/index.ts:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21};
22
23export default class UploadService {
24 static async upload(file: File, type: UploadEnum = 'attachments') {
25 const folder = mapFolder[type];
26 if (!folder) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected