String object operate tikv
| 14 | |
| 15 | // String object operate tikv |
| 16 | type String struct { |
| 17 | Meta StringMeta |
| 18 | key []byte |
| 19 | txn *Transaction |
| 20 | } |
| 21 | |
| 22 | // GetString return string object , |
| 23 | // if key is exist , object load meta |
nothing calls this directly
no outgoing calls
no test coverage detected