Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diillson/chatcli
/ testCLI
Function
testCLI
cli/cli_file_processing_image_test.go:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
func
testCLI() *ChatCLI {
22
return
&ChatCLI{logger: zap.NewNop()}
23
}
24
25
func
TestLoadImageAttachment_PNG(t *testing.T) {
26
dir := t.TempDir()
Callers
3
TestLoadImageAttachment_PNG
Function · 0.85
TestLoadImageAttachment_RejectsTextAndDir
Function · 0.85
TestLoadImageAttachment_ExtensionlessImageSniffed
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected