Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
type
Hooks
interface
{
10
OnStartup() error
11
OnValidated() error
12
OnRowCountComplete() error
13
OnBeforeRowCopy() error
14
OnRowCopyComplete() error
Callers
3
Migrate
Method · 0.65
Revert
Method · 0.65
OnValidated
Method · 0.65
Implementers
2
recordingHooks
go/logic/hooks_test.go
HooksExecutor
go/logic/hooks.go
Calls
no outgoing calls
Tested by
no test coverage detected