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

Method String

proto/nodeinfo.go:97–99  ·  view source on GitHub ↗

String is a string variable.

()

Source from the content-addressed store, hash-verified

95
96// String is a string variable.
97func (z AccountAddress) String() string {
98 return (hash.Hash)(z).String()
99}
100
101// Less return true if k is less than y.
102func (k *NodeKey) Less(y *NodeKey) bool {

Callers 3

LoadConfigFunction · 0.95
DatabaseIDMethod · 0.95
saveTxMethod · 0.95

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected