MCPcopy 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

396type errReader int
397
398func (errReader) Read(p []byte) (int, error) {
399 return 0, errors.New("test error")
400}
401
402func TestBadBodySendRequest(t *testing.T) {
403 log.SetOutput(&bytes.Buffer{})

Callers 1

initQueryHandlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected