MCPcopy
hub / github.com/olric-data/olric / String

Method String

stats/stats.go:102–104  ·  view source on GitHub ↗

String returns the member name.

()

Source from the content-addressed store, hash-verified

100
101// String returns the member name.
102func (m Member) String() string {
103 return m.Name
104}
105
106// Network holds network statistics.
107type Network struct {

Calls

no outgoing calls