MCPcopy
hub / github.com/github/gh-ost / OnValidated

Method OnValidated

go/base/hooks.go:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9type Hooks interface {
10 OnStartup() error
11 OnValidated() error
12 OnRowCountComplete() error
13 OnBeforeRowCopy() error
14 OnRowCopyComplete() error

Callers 3

MigrateMethod · 0.65
RevertMethod · 0.65
OnValidatedMethod · 0.65

Implementers 2

recordingHooksgo/logic/hooks_test.go
HooksExecutorgo/logic/hooks.go

Calls

no outgoing calls

Tested by

no test coverage detected