Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/cbft
/ getRecentInfo
Function
getRecentInfo
ns_server.go:204–206 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
202
}
203
204
func
getRecentInfo() *recentInfo {
205
return
(*recentInfo)(atomic.LoadPointer(&lastRecentInfo))
206
}
207
208
func
gatherIndexStats(mgr *cbgt.Manager, rd *recentInfo,
209
collAware bool) (NSIndexStats, error) {
Callers
4
ServeHTTP
Method · 0.85
ServeHTTP
Method · 0.85
ServeHTTP
Method · 0.85
ServeHTTP
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected