MCPcopy Index your code
hub / github.com/FlowiseAI/Flowise / removeSpecificFileFromUpload

Function removeSpecificFileFromUpload

packages/components/src/storageUtils.ts:72–75  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

70}
71
72export const removeSpecificFileFromUpload = async (filePath: string): Promise<void> => {
73 const provider = StorageProviderFactory.getProvider()
74 return provider.removeSpecificFileFromUpload(filePath)
75}
76
77export const removeSpecificFileFromStorage = async (...paths: string[]): Promise<StorageSizeResult> => {
78 const provider = StorageProviderFactory.getProvider()

Callers 6

executeUpsertFunction · 0.85
createFileAttachmentFunction · 0.85
executeFlowFunction · 0.85
upsertDocStoreFunction · 0.85
uploadFilesToAssistantFunction · 0.85

Calls 2

getProviderMethod · 0.80

Tested by

no test coverage detected