MCPcopy Create free account
hub / github.com/apecloud/myduckserver / CloseTxn

Method CloseTxn

backend/session.go:239–241  ·  view source on GitHub ↗

CloseTxn implements adapter.ConnectionHolder.

()

Source from the content-addressed store, hash-verified

237 return nil, nil
238 case err != nil:
239 return nil, err
240 default:
241 switch vtype {
242 case "string":
243 return value, nil
244 case "int":

Callers 2

CommitTransactionMethod · 0.95
RollbackMethod · 0.95

Calls 3

PoolMethod · 0.80
IDMethod · 0.80
CloseTxnMethod · 0.65

Tested by

no test coverage detected