MCPcopy
hub / github.com/langgenius/dify / customRedirect

Function customRedirect

web/utils/app-redirection.spec.ts:136–136  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

134 const app = { id: 'app-123', mode: AppModeEnum.WORKFLOW, permission_keys: [AppACLPermission.ViewLayout] }
135 const paths: string[] = []
136 const customRedirect = (path: string) => paths.push(path)
137
138 getRedirection(app, customRedirect)
139

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected