MCPcopy Create free account
hub / github.com/ReactiveX/RxGo / averageFloat32Operator

Struct averageFloat32Operator

observable_operator.go:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63type averageFloat32Operator struct {
64 sum float32
65 count float32
66}
67
68func (op *averageFloat32Operator) next(ctx context.Context, item Item, dst chan<- Item, operatorOptions operatorOptions) {
69 switch v := item.V.(type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected