MCPcopy Create free account
hub / github.com/araddon/qlbridge / Size

Method Size

rel/sql.pb.go:1659–1669  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1657}
1658
1659func (m *KvInt) Size() (n int) {
1660 var l int
1661 _ = l
1662 l = len(m.K)
1663 n += 1 + l + sovSql(uint64(l))
1664 n += 1 + sovSql(uint64(m.V))
1665 if m.XXX_unrecognized != nil {
1666 n += len(m.XXX_unrecognized)
1667 }
1668 return n
1669}
1670
1671func (m *ColumnPb) Size() (n int) {
1672 var l int

Callers 15

MarshalMethod · 0.95
MarshalToMethod · 0.45
MarshalToMethod · 0.45
MarshalToMethod · 0.45
MarshalToMethod · 0.45
MarshalToMethod · 0.45
MarshalToMethod · 0.45
MarshalToMethod · 0.45
MarshalToMethod · 0.45
SizeMethod · 0.45
SizeMethod · 0.45
SizeMethod · 0.45

Calls 1

sovSqlFunction · 0.85

Tested by

no test coverage detected