Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/assafmo/SQLiteQueryServer
/ Read
Method
Read
main_test.go:398–400 ·
view source on GitHub ↗
(p []byte)
Source
from the content-addressed store, hash-verified
396
type
errReader int
397
398
func
(errReader) Read(p []byte) (int, error) {
399
return
0, errors.New(
"test error"
)
400
}
401
402
func
TestBadBodySendRequest(t *testing.T) {
403
log.SetOutput(&bytes.Buffer{})
Callers
1
initQueryHandler
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected