MCPcopy Create free account
hub / github.com/citp/BlockSci / operator()

Method operator()

blockscipy/src/python_range_conversion.cpp:111–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109
110
111Iterator<blocksci::AnyScript> PythonConversionTypeConverter::operator()(RawIterator<blocksci::Address> && t) { return convertInputBlockSci(std::move(t)); }
112Range<blocksci::AnyScript> PythonConversionTypeConverter::operator()(RawRange<blocksci::Address> && t) { return convertRandomSizedBlockSci(std::move(t)); }
113
114pybind11::list PythonConversionTypeConverter::operator()(RawIterator<pybind11::bytes> && t) { return convertInputPy(std::move(t)); }

Callers

nothing calls this directly

Calls 6

convertInputBlockSciFunction · 0.85
convertInputPyFunction · 0.85
convertRandomSizedPyFunction · 0.85
convertInputNumpyFunction · 0.85
convertRandomSizedNumpyFunction · 0.85

Tested by

no test coverage detected