MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / getFilesListFromStorage

Function getFilesListFromStorage

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

Source from the content-addressed store, hash-verified

40}
41
42export const getFilesListFromStorage = async (...paths: string[]): Promise<FileInfo[]> => {
43 const provider = StorageProviderFactory.getProvider()
44 return provider.getFilesListFromStorage(...paths)
45}
46
47/**
48 * Prepare storage path

Callers 1

getAllFilesFunction · 0.85

Calls 2

getProviderMethod · 0.80

Tested by

no test coverage detected