MCPcopy
hub / github.com/FlowiseAI/Flowise / removeFolderFromStorage

Function removeFolderFromStorage

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

Source from the content-addressed store, hash-verified

80}
81
82export const removeFolderFromStorage = async (...paths: string[]): Promise<StorageSizeResult> => {
83 const provider = StorageProviderFactory.getProvider()
84 return provider.removeFolderFromStorage(...paths)
85}
86
87export const streamStorageFile = async (
88 chatflowId: string,

Callers 2

deleteChatflowFunction · 0.85
deleteMethod · 0.85

Calls 2

getProviderMethod · 0.80

Tested by

no test coverage detected