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

Function addStringProxyMethods

blockscipy/src/simple/string_proxy.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#include <blocksci/address/equiv_address.hpp>
19
20void addStringProxyMethods(AllProxyClasses<std::string> &cls) {
21 cls.applyToAll(AddProxyMethods{});
22 addProxyEqualityMethods(cls.base);
23 addProxyComparisonMethods(cls.base);
24 addProxyOptionalMethods(cls.optional);
25}

Callers 1

setupOtherProxiesFunction · 0.85

Calls 3

addProxyEqualityMethodsFunction · 0.85
applyToAllMethod · 0.80

Tested by

no test coverage detected