MCPcopy Index your code
hub / github.com/redspread/spread / Write

Method Write

pkg/image/image_test.go:201–203  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

199type testSampleWriter int
200
201func (testSampleWriter) Write(p []byte) (n int, err error) {
202 return 0, nil
203}

Callers 1

AddDocumentToIndexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected