google.golang.org/grpc/internal/channelz.ServerMetrics.LastCallStartedTimestamp (field)

5 uses

	google.golang.org/grpc/internal/channelz (current package)
		server.go#L49: 	LastCallStartedTimestamp atomic.Int64
		server.go#L58: 	sm.LastCallStartedTimestamp.Store(timestamp)
		server.go#L68: 	sm.LastCallStartedTimestamp.Store(o.LastCallStartedTimestamp.Load())

	google.golang.org/grpc
		server.go#L1160: 	s.channelz.ServerMetrics.LastCallStartedTimestamp.Store(time.Now().UnixNano())