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

Function generateId

packages/server/src/utils/index.ts:2024–2026  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2022}
2023
2024export function generateId() {
2025 return uuidv4()
2026}
2027
2028export const getMulterStorage = () => {
2029 const provider = StorageProviderFactory.getProvider()

Callers 3

createNewWorkspaceMethod · 0.90
createNewUserMethod · 0.90
createNewOrganizationMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected