Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlowiseAI/Flowise
/ getMulterStorage
Function
getMulterStorage
packages/server/src/utils/index.ts:2028–2031 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2026
}
2027
2028
export
const
getMulterStorage = () => {
2029
const
provider = StorageProviderFactory.getProvider()
2030
return
provider.getMulterStorage()
2031
}
2032
2033
/**
2034
* Calculate depth of each node from starting nodes
Callers
6
index.ts
File · 0.90
index.ts
File · 0.90
index.ts
File · 0.90
index.ts
File · 0.90
index.ts
File · 0.90
index.ts
File · 0.90
Calls
2
getProvider
Method · 0.80
getMulterStorage
Method · 0.65
Tested by
no test coverage detected