MCPcopy Create free account
hub / github.com/PasarGuard/node / GetLink

Method GetLink

common/service.pb.go:401–406  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

399}
400
401func (x *Stat) GetLink() string {
402 if x != nil {
403 return x.Link
404 }
405 return ""
406}
407
408func (x *Stat) GetValue() int64 {
409 if x != nil {

Calls

no outgoing calls