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

Function removeSpecificFileFromStorage

packages/components/src/storageUtils.ts:77–80  ·  view source on GitHub ↗
(...paths: string[])

Source from the content-addressed store, hash-verified

75}
76
77export const removeSpecificFileFromStorage = async (...paths: string[]): Promise<StorageSizeResult> => {
78 const provider = StorageProviderFactory.getProvider()
79 return provider.removeSpecificFileFromStorage(...paths)
80}
81
82export const removeFolderFromStorage = async (...paths: string[]): Promise<StorageSizeResult> => {
83 const provider = StorageProviderFactory.getProvider()

Callers 4

deleteFileFunction · 0.85
createFileAttachmentFunction · 0.85
_saveChunksToStorageFunction · 0.85

Calls 2

getProviderMethod · 0.80

Tested by

no test coverage detected