MCPcopy 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
204func getRecentInfo() *recentInfo {
205 return (*recentInfo)(atomic.LoadPointer(&lastRecentInfo))
206}
207
208func gatherIndexStats(mgr *cbgt.Manager, rd *recentInfo,
209 collAware bool) (NSIndexStats, error) {

Callers 4

ServeHTTPMethod · 0.85
ServeHTTPMethod · 0.85
ServeHTTPMethod · 0.85
ServeHTTPMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected