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

Method onChainStart

packages/components/src/handler.ts:253–259  ·  view source on GitHub ↗
(run: Run)

Source from the content-addressed store, hash-verified

251 }
252
253 onChainStart(run: Run) {
254 const crumbs = this.getBreadcrumbs(run)
255
256 this.logger.verbose(
257 `[${this.orgId}]: [chain/start] [${crumbs}] Entering Chain run with input: ${tryJsonStringify(run.inputs, '[inputs]')}`
258 )
259 }
260
261 onChainEnd(run: Run) {
262 const crumbs = this.getBreadcrumbs(run)

Callers

nothing calls this directly

Calls 2

getBreadcrumbsMethod · 0.95
tryJsonStringifyFunction · 0.85

Tested by

no test coverage detected