MCPcopy
hub / github.com/FlowiseAI/Flowise / flush

Method flush

packages/server/src/utils/telemetry.ts:37–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 async flush(): Promise<void> {
38 if (this.postHog) {
39 await this.postHog.shutdownAsync()
40 }
41 }
42}
43
44/**

Callers 2

stopAppMethod · 0.80
telemetry.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected