Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devspace-sh/devspace
/ NewLocalCommandHook
Function
NewLocalCommandHook
pkg/devspace/hook/local_command.go:24–29 ·
view source on GitHub ↗
(stdout io.Writer, stderr io.Writer)
Source
from the content-addressed store, hash-verified
22
)
23
24
func
NewLocalCommandHook(stdout io.Writer, stderr io.Writer) Hook {
25
return
&localCommandHook{
26
Stdout: stdout,
27
Stderr: stderr,
28
}
29
}
30
31
type
localCommandHook
struct
{
32
Stdout io.Writer
Callers
1
runHook
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected