MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / c

Function c

test/loop-pruning.test.ts:6–6  ·  view source on GitHub ↗
(name: string, argsHash: string)

Source from the content-addressed store, hash-verified

4import { AgentLoop } from '../src/agent/loop.js';
5import type { Message } from '../src/session/store.js';
6
7const c = (name: string, argsHash: string) => ({ name, argsHash });
8
9describe('detectStuckLoop', () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected