Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/perkeep/perkeep
/ batchTx
Struct
batchTx
pkg/sorted/sqlkv/sqlkv.go:98–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
type
batchTx
struct
{
99
tx *sql.Tx
100
err error
// sticky
101
kv *KeyValue
102
}
103
104
func
(b *batchTx) Set(key, value string) {
105
if
b.err != nil {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected