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

Method onChainStart

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

Source from the content-addressed store, hash-verified

48 // logging methods
49
50 onChainStart(run: Run) {
51 const crumbs = this.getBreadcrumbs(run)
52 this.logger.verbose(
53 `[${this.orgId}]: [chain/start] [${crumbs}] Entering Chain run with input: ${tryJsonStringify(run.inputs, '[inputs]')}`
54 )
55 }
56
57 onChainEnd(run: Run) {
58 const crumbs = this.getBreadcrumbs(run)

Callers

nothing calls this directly

Calls 2

getBreadcrumbsMethod · 0.95
tryJsonStringifyFunction · 0.90

Tested by

no test coverage detected