MCPcopy Index your code
hub / github.com/msgbyte/tianji / flushApplicationBatchQueue

Function flushApplicationBatchQueue

packages/client-sdk/src/application.ts:295–299  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

293 * Useful for ensuring events are sent before app closes
294 */
295export async function flushApplicationBatchQueue(): Promise<void> {
296 if (batchManager) {
297 await batchManager.flush();
298 }
299}

Callers

nothing calls this directly

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected