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

Function NewHooksExecutor

go/logic/hooks.go:213–218  ·  view source on GitHub ↗
(migrationContext *base.MigrationContext)

Source from the content-addressed store, hash-verified

211}
212
213func NewHooksExecutor(migrationContext *base.MigrationContext) *HooksExecutor {
214 return &HooksExecutor{
215 migrationContext: migrationContext,
216 writer: os.Stderr,
217 }
218}
219
220func (he *HooksExecutor) applyEnvironmentVariables(extraVariables ...string) []string {
221 env := os.Environ()

Callers 3

NewMigratorFunction · 0.85

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…