MCPcopy
hub / github.com/NVIDIA/aistore / String

Method String

cmn/bck.go:436–436  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

434func (qbck *QueryBcks) IsBucket() bool { return !(*Bck)(qbck).IsQuery() }
435
436func (qbck QueryBcks) String() string { b := Bck(qbck); return b.String() }
437
438func (qbck *QueryBcks) IsAIS() bool { b := (*Bck)(qbck); return b.IsAIS() }
439func (qbck *QueryBcks) IsHDFS() bool { b := (*Bck)(qbck); return b.IsHDFS() }

Callers

nothing calls this directly

Calls 2

BckStruct · 0.70
StringMethod · 0.65

Tested by

no test coverage detected