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

Method onChainEnd

packages/components/src/MetricsLogger.ts:57–65  ·  view source on GitHub ↗
(run: Run)

Source from the content-addressed store, hash-verified

55 }
56
57 onChainEnd(run: Run) {
58 const crumbs = this.getBreadcrumbs(run)
59 this.logger.verbose(
60 `[${this.orgId}]: [chain/end] [${crumbs}] [${elapsed(run)}] Exiting Chain run with output: ${tryJsonStringify(
61 run.outputs,
62 '[outputs]'
63 )}`
64 )
65 }
66
67 onChainError(run: Run) {
68 const crumbs = this.getBreadcrumbs(run)

Callers

nothing calls this directly

Calls 3

getBreadcrumbsMethod · 0.95
elapsedFunction · 0.90
tryJsonStringifyFunction · 0.90

Tested by

no test coverage detected