Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
func
(bc *byteCounter) Write(b []byte) (int, error) {
14
bc.n += int64(len(b))
15
return
len(b), nil
16
}
17
18
func
BenchmarkNewImage(b *testing.B) {
19
b.StopTimer()
Callers
4
WriteTo
Method · 0.80
deriveSeed
Function · 0.80
NewAudio
Function · 0.80
WriteTo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected