MCPcopy Create free account
hub / github.com/apache/maka / async-queue.test.ts

File async-queue.test.ts

packages/runtime/src/__tests__/async-queue.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import assert from 'node:assert/strict';
2import { describe, test } from 'node:test';
3import { expect } from '../test-helpers.js';
4import { AsyncEventQueue } from '../async-queue.js';

Callers

nothing calls this directly

Calls 12

returnMethod · 0.80
ackConsumedMethod · 0.80
noteConsumerDetachedMethod · 0.80
closeMethod · 0.65
pushMethod · 0.65
resolveMethod · 0.65
errorMethod · 0.65
testFunction · 0.50
expectFunction · 0.50
nextMethod · 0.45

Tested by

no test coverage detected