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

Method size

sdk/java/src/main/java/com/chain/http/BatchResponse.java:81–83  ·  view source on GitHub ↗

Returns the total number of response objects. This should equal the number of request objects in the batch.

()

Source from the content-addressed store, hash-verified

79 * of request objects in the batch.
80 */
81 public int size() {
82 return successesByIndex.size() + errorsByIndex.size();
83 }
84
85 /**
86 * Returns whether the request object at the given index produced a success.

Callers 15

transactMethod · 0.80
getAssetMethod · 0.80
getAccountMethod · 0.80
getAssetMethod · 0.80
getAccountMethod · 0.80
runMethod · 0.80
testKeyQueryMethod · 0.80
testAccountQueryMethod · 0.80
testAssetQueryMethod · 0.80
testAssetPaginationMethod · 0.80
testTransactionQueryMethod · 0.80
testBalanceQueryMethod · 0.80

Calls

no outgoing calls

Tested by 15

runMethod · 0.64
testKeyQueryMethod · 0.64
testAccountQueryMethod · 0.64
testAssetQueryMethod · 0.64
testAssetPaginationMethod · 0.64
testTransactionQueryMethod · 0.64
testBalanceQueryMethod · 0.64
testPaginationMethod · 0.64
testAssetCreateBatchMethod · 0.64