MCPcopy
hub / github.com/dosco/graphjin / tx

Method tx

core/gstate.go:1021–1026  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1019}
1020
1021func (s *gstate) tx() (tx *sql.Tx) {
1022 if s.r.requestconfig != nil {
1023 tx = s.r.requestconfig.Tx
1024 }
1025 return
1026}
1027
1028func (s *gstate) key() (key string) {
1029 // CRITICAL: Include database in cache key to prevent cross-database cache collisions.

Callers 4

fragmentCacheEnabledMethod · 0.95
compileAndExecuteMethod · 0.95
executeMethod · 0.95
setLocalUserIDMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected