MCPcopy Create free account
hub / github.com/coderabbit214/bibliothecarius / normFile

Function normFile

web/components/document/document-drawer.tsx:50–56  ·  view source on GitHub ↗
(e: any)

Source from the content-addressed store, hash-verified

48 };
49
50 const normFile = (e: any) => {
51 console.log('Upload event:', e);
52 if (Array.isArray(e)) {
53 return e;
54 }
55 return e?.fileList;
56 };
57
58
59 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected