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

Method operator()

blockscipy/src/blocksci_type.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30struct BlocksciTypeObjectCaster {
31 pybind11::object operator()(const pybind11::bytes &o) {
32 return o;
33 }
34
35 pybind11::object operator()(const pybind11::list &o) {
36 return o;

Callers

nothing calls this directly

Calls 1

visitFunction · 0.50

Tested by

no test coverage detected