Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Duration
Method
Duration
api/client/request.go:145–150 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
143
}
144
145
func
(r *Request) Duration() time.Duration {
146
if
r.gotConnInfo.Reused {
147
return
r.firstByteTime.Sub(r.getConnTime)
148
}
149
return
r.firstByteTime.Sub(r.dnsStartTime)
150
}
Callers
12
accessLogMiddleware
Function · 0.80
serve
Method · 0.80
String
Method · 0.80
Pretty
Method · 0.80
lookupPrimitiveType
Method · 0.80
New
Function · 0.80
Do
Method · 0.80
PollDeviceCodeTokens
Method · 0.80
getDeviceCodeTokens
Method · 0.80
RefreshToken
Method · 0.80
readID
Function · 0.80
buildArrowValue
Method · 0.80
Calls
1
Sub
Method · 0.80
Tested by
no test coverage detected