Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/goadesign/goa
/ Count
Method
Count
pkg/skip_response_writer.go:49–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
}
48
49
func
(wc *writeCounter) Count() int64 {
return
wc.n.Load() }
50
func
(wc *writeCounter) Write(b []byte) (n int, err error) {
51
n, err = wc.Writer.Write(b)
52
wc.n.Add(int64(n))
Callers
6
WriteTo
Method · 0.95
transformArray
Function · 0.80
TestMultipleAliasTypesInSameStruct
Function · 0.80
Comment
Function · 0.80
transformArray
Function · 0.80
TestService_DedupEventMarkers
Function · 0.80
Calls
no outgoing calls
Tested by
2
TestMultipleAliasTypesInSameStruct
Function · 0.64
TestService_DedupEventMarkers
Function · 0.64