MCPcopy Index your code
hub / github.com/pocketbase/pocketbase / AuxRunInTransaction

Method AuxRunInTransaction

core/app.go:368–368  ·  view source on GitHub ↗

AuxRunInTransaction wraps fn into a transaction for the auxiliary app database. It is safe to nest RunInTransaction calls as long as you use the callback's txApp.

(fn func(txApp App) error)

Source from the content-addressed store, hash-verified

366 //
367 // It is safe to nest RunInTransaction calls as long as you use the callback's txApp.
368 AuxRunInTransaction(fn func(txApp App) error) error
369
370 // ---------------------------------------------------------------
371

Callers 5

CreateBackupMethod · 0.65
RestoreBackupMethod · 0.65
UpMethod · 0.65
DownMethod · 0.65

Calls

no outgoing calls

Tested by 1