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

Struct HooksExecutor

go/logic/hooks.go:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208type HooksExecutor struct {
209 migrationContext *base.MigrationContext
210 writer io.Writer
211}
212
213func NewHooksExecutor(migrationContext *base.MigrationContext) *HooksExecutor {
214 return &HooksExecutor{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected