MCPcopy Index your code
hub / github.com/coder/mux / createTestAttachFileTool

Function createTestAttachFileTool

src/node/services/tools/attach_file.test.ts:17–19  ·  view source on GitHub ↗
(cwd: string)

Source from the content-addressed store, hash-verified

15};
16
17function createTestAttachFileTool(cwd: string) {
18 return createAttachFileTool(createTestToolConfig(cwd));
19}
20
21async function createTestPngBytes(): Promise<Buffer> {
22 return await sharp({

Callers 1

Calls 2

createAttachFileToolFunction · 0.90
createTestToolConfigFunction · 0.90

Tested by

no test coverage detected