For testing: set a custom wallet factory
| 19 | |
| 20 | // For testing: set a custom wallet factory |
| 21 | void setWalletFactory(std::function<std::unique_ptr<QuipWallet>( |
| 22 | const std::string &, const std::string &)> |
| 23 | factory) { |
| 24 | wallet_factory_ = std::move(factory); |
| 25 | } |
| 26 | |
| 27 | private: |
| 28 | // Command handlers |
nothing calls this directly
no outgoing calls
no test coverage detected