MCPcopy
hub / github.com/github/gh-ost / Len

Method Len

go/sql/types.go:300–302  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

298}
299
300func (uk *UniqueKey) Len() int {
301 return uk.Columns.Len()
302}
303
304func (uk *UniqueKey) String() string {
305 description := uk.Name

Calls

no outgoing calls