(kv *bpb.KV)
| 1594 | } |
| 1595 | |
| 1596 | func listWrap(kv *bpb.KV) *bpb.KVList { |
| 1597 | return &bpb.KVList{Kv: []*bpb.KV{kv}} |
| 1598 | } |
| 1599 | |
| 1600 | // calculateTabletSizes updates the tablet sizes for the keys. |
| 1601 | func (n *node) calculateTabletSizes() { |
no outgoing calls
no test coverage detected