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

Method With

pkg/devspace/hook/hook.go:35–37  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

33type Events []string
34
35func (e Events) With(name string) Events {
36 return append(e, name)
37}
38
39func EventsForSingle(base, name string) Events {
40 if name == "" {

Callers 11

PurgeMethod · 0.80
doneReverseForwardingFunction · 0.80
StartForwardingFunction · 0.80
stopPortForwardingFunction · 0.80
StartMethod · 0.80
startWithWaitMethod · 0.80
syncDoneFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected