MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / Dialect

Method Dialect

app/controlplane/pkg/data/ent/tx.go:244–244  ·  view source on GitHub ↗

Dialect returns the dialect of the driver we started the transaction from.

()

Source from the content-addressed store, hash-verified

242
243// Dialect returns the dialect of the driver we started the transaction from.
244func (tx *txDriver) Dialect() string { return tx.drv.Dialect() }
245
246// Close is a nop close.
247func (*txDriver) Close() error { return nil }

Callers 15

QueryIntegrationMethod · 0.80
QueryWorkflowMethod · 0.80
sqlQueryMethod · 0.80
ForUpdateMethod · 0.80
ForShareMethod · 0.80
QueryWorkflowMethod · 0.80
sqlQueryMethod · 0.80
ForUpdateMethod · 0.80
ForShareMethod · 0.80
QueryReferredByMethod · 0.80
QueryReferencesMethod · 0.80
QueryWorkflowsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected