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

Method setClient

sdk/java/src/main/java/com/chain/api/PagedItems.java:63–65  ·  view source on GitHub ↗

Sets the client object. @param client context object which makes requests to core

(Client client)

Source from the content-addressed store, hash-verified

61 * @param client context object which makes requests to core
62 */
63 public void setClient(Client client) {
64 this.client = client;
65 }
66
67 /**
68 * Sets the next query object.

Callers 14

getPageMethod · 0.80
executeMethod · 0.80
getPageMethod · 0.80
executeMethod · 0.80
getPageMethod · 0.80
executeMethod · 0.80
getPageMethod · 0.80
executeMethod · 0.80
getPageMethod · 0.80
executeMethod · 0.80
getPageMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected