Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
17
function
createTestAttachFileTool(cwd: string) {
18
return
createAttachFileTool(createTestToolConfig(cwd));
19
}
20
21
async
function
createTestPngBytes(): Promise<Buffer> {
22
return
await
sharp({
Callers
1
attach_file.test.ts
File · 0.85
Calls
2
createAttachFileTool
Function · 0.90
createTestToolConfig
Function · 0.90
Tested by
no test coverage detected