| 19 | |
| 20 | double custom_transform_double(double value) { return value * 3; } |
| 21 | int custom_transform_int(int value) { return value; } |
| 22 | |
| 23 | // Originally derived from |
| 24 | // https://github.com/scikit-hep/boost-histogram/blob/460ef90905d6a8a9e6dd3beddfe7b4b49b364579/include/bh_python/transform.hpp#L68-L85 |
nothing calls this directly
no outgoing calls
no test coverage detected