MCPcopy Index your code
hub / github.com/chain/Core / loadKeys

Method loadKeys

perf/IouSettlement.java:171–177  ·  view source on GitHub ↗
(Client client)

Source from the content-addressed store, hash-verified

169 }
170
171 static void loadKeys(Client client) throws Exception {
172 Key.Items keys = new MockHsm.Key.QueryBuilder().execute(client);
173 while (keys.hasNext()) {
174 Key k = keys.next();
175 HsmSigner.addKey(k.xpub, MockHsm.getSignerClient(client));
176 }
177 }
178}
179
180class Bank {

Callers 1

benchMethod · 0.95

Calls 5

addKeyMethod · 0.95
getSignerClientMethod · 0.95
hasNextMethod · 0.80
executeMethod · 0.45
nextMethod · 0.45

Tested by

no test coverage detected