Expect is called before any sampling and provides knowledge of the total number of entries that are present in the dataset. This allows the sampler to alter behavior if needed.
(count uint64)
| 19 | // Expect is called before any sampling and provides knowledge of the total number of entries |
| 20 | // that are present in the dataset. This allows the sampler to alter behavior if needed. |
| 21 | Expect(count uint64) |
| 22 | |
| 23 | // FinalScalingFactor is called at the end to and is how much to scale up the |
| 24 | // results. |
no outgoing calls
no test coverage detected