MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / ok

Function ok

__tests__/query-pool.test.ts:59–59  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

57}
58
59const ok = (text: string): ToolResult => ({ content: [{ type: 'text', text }] });
60
61describe('resolvePoolSize', () => {
62 it('honors a numeric override and disables on 0', () => {

Callers 2

query-pool.test.tsFile · 0.85
behaviorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected