MCPcopy Create free account
hub / github.com/dchest/captcha / Write

Method Write

image_test.go:13–16  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

11}
12
13func (bc *byteCounter) Write(b []byte) (int, error) {
14 bc.n += int64(len(b))
15 return len(b), nil
16}
17
18func BenchmarkNewImage(b *testing.B) {
19 b.StopTimer()

Callers 4

WriteToMethod · 0.80
deriveSeedFunction · 0.80
NewAudioFunction · 0.80
WriteToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected