golang.org/x/net/internal/timeseries.Observable.CopyFrom (method)

4 uses

	golang.org/x/net/internal/timeseries (current package)
		timeseries.go#L42: 	CopyFrom(other Observable) // Copies the contents of a given observation to self
		timeseries.go#L186: 		ts.pending.CopyFrom(observation)
		timeseries.go#L307: 			result.CopyFrom(l.buckets[index])
		timeseries.go#L441: 						used.CopyFrom(srcValue)