MCPcopy Create free account
hub / github.com/tiann/hapi / createQueueStub

Function createQueueStub

cli/src/codex/codexLocalLauncher.test.ts:60–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58import { codexLocalLauncher } from './codexLocalLauncher';
59
60function createQueueStub() {
61 return {
62 size: () => 0,
63 reset: () => {},
64 setOnMessage: () => {}
65 };
66}
67
68function createSessionStub(
69 permissionMode: 'default' | 'read-only' | 'safe-yolo' | 'yolo',

Callers 1

createSessionStubFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected