func()

in batching/batching.go [135:140]


func (b *Data) Map() map[types.UID]data.Entry {
	if b == nil {
		return nil
	}
	return *b
}