MCPcopy Index your code
hub / github.com/devspace-sh/devspace / LogExecutePluginHookWithContext

Function LogExecutePluginHookWithContext

pkg/devspace/plugin/hook.go:159–164  ·  view source on GitHub ↗
(extraEnv map[string]interface{}, events ...string)

Source from the content-addressed store, hash-verified

157}
158
159func LogExecutePluginHookWithContext(extraEnv map[string]interface{}, events ...string) {
160 err := ExecutePluginHookWithContext(extraEnv, events...)
161 if err != nil {
162 logErrorf("%v", err)
163 }
164}
165
166func ExecutePluginHookWithContext(extraEnv map[string]interface{}, events ...string) error {
167 if len(plugins) == 0 {

Callers 1

LogExecuteHooksFunction · 0.92

Calls 2

logErrorfFunction · 0.85

Tested by

no test coverage detected