Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
struct 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
visit
Function · 0.50
Tested by
no test coverage detected