| 17 | |
| 18 | |
| 19 | struct AddInputProxyMethods { |
| 20 | template <typename FuncApplication> |
| 21 | void operator()(FuncApplication func) { |
| 22 | using namespace blocksci; |
| 23 | |
| 24 | func(property_tag, "address", &Input::getAddress, "The address linked to this input"); |
| 25 | ; |
| 26 | } |
| 27 | }; |
| 28 | |
| 29 | |
| 30 | void addInputProxyMethods(AllProxyClasses<blocksci::Input> &cls) { |
nothing calls this directly
no outgoing calls
no test coverage detected