Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/citp/BlockSci
/ addBytesProxyMethods
Function
addBytesProxyMethods
blockscipy/src/simple/bytes_proxy.cpp:37–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
};
36
37
void addBytesProxyMethods(AllProxyClasses<py::bytes> &cls) {
38
cls.applyToAll(AddProxyMethods{});
39
addProxyOptionalMethods(cls.optional);
40
applyMethodsToProxy(cls.base, AddBytesMethods{});
41
}
Callers
1
setupOtherProxies
Function · 0.85
Calls
2
applyMethodsToProxy
Function · 0.85
applyToAll
Method · 0.80
Tested by
no test coverage detected