MCPcopy Create free account
hub / github.com/citp/BlockSci / convertPythonRange

Function convertPythonRange

blockscipy/src/python_range_conversion.hpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84template <typename T>
85auto convertPythonRange(T && t) {
86 return PythonConversionTypeConverter{}(std::move(t));
87}
88
89#endif /* range_conversion_h */

Callers 1

operator()Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected