MCPcopy Index your code
hub / github.com/coder/coder / Name

Method Name

coderd/database/dbtestutil/postgres.go:165–165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163// It allows to use dbtestutil.Open outside of tests.
164type TBSubset interface {
165 Name() string
166 Cleanup(func())
167 Helper()
168 Logf(format string, args ...any)

Callers 13

NameMethod · 0.65
IsSerializedErrorFunction · 0.65
IsUniqueViolationFunction · 0.65
IsForeignKeyViolationFunction · 0.65
IsCheckViolationFunction · 0.65
CreateMethod · 0.65
DumpOnFailureFunction · 0.65
SubtestWithDBMethod · 0.65
applyMigrationsInTxnFunction · 0.65
calculateMigrationsHashFunction · 0.65

Implementers 1

mockTBcoderd/database/gen/dump/main.go

Calls

no outgoing calls

Tested by 4

SubtestWithDBMethod · 0.52
applyMigrationsInTxnFunction · 0.52