Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/FlowiseAI/Flowise
/ makeOptions
Function
makeOptions
packages/components/src/handler.test.ts:53–58 ·
view source on GitHub ↗
(baseUrl: string)
Source
from the content-addressed store, hash-verified
51
const
projectName =
'test-project-name'
52
53
const
makeOptions = (baseUrl: string) => ({
54
baseUrl,
55
apiKey,
56
projectName,
57
enableCallback: false
58
})
59
60
beforeEach(() => {
61
jest.clearAllMocks()
Callers
1
handler.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected