Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CommitTransaction
Method · 0.95
Rollback
Method · 0.95
Calls
3
Pool
Method · 0.80
ID
Method · 0.80
CloseTxn
Method · 0.65
Tested by
no test coverage detected