MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / index.ts

File index.ts

packages/server/src/routes/documentstore/index.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import express from 'express'
2import { checkPermission, checkAnyPermission } from '../../enterprise/rbac/PermissionCheck'
3import documentStoreController from '../../controllers/documentstore'
4import { getMulterStorage } from '../../utils'

Callers

nothing calls this directly

Calls 6

getMulterStorageFunction · 0.90
checkPermissionFunction · 0.90
checkAnyPermissionFunction · 0.90
getMethod · 0.45
putMethod · 0.45
deleteMethod · 0.45

Tested by

no test coverage detected