MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / Set

Method Set

cmd/cql-proxy/utils/account.go:34–36  ·  view source on GitHub ↗

Set update the wrapper with new proto.AccountAddress.

(d proto.AccountAddress)

Source from the content-addressed store, hash-verified

32
33// Set update the wrapper with new proto.AccountAddress.
34func (a *AccountAddress) Set(d proto.AccountAddress) {
35 *a = NewAccountAddress(d)
36}
37
38// NewAccountAddress returns new wrapper object of proto.AccountAddress.
39func NewAccountAddress(d proto.AccountAddress) AccountAddress {

Callers

nothing calls this directly

Calls 1

NewAccountAddressFunction · 0.85

Tested by

no test coverage detected