MCPcopy Create free account
hub / github.com/distributedio/titan / String

Struct String

db/string.go:16–20  ·  view source on GitHub ↗

String object operate tikv

Source from the content-addressed store, hash-verified

14
15// String object operate tikv
16type 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected