Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devspace-sh/devspace
/ NewLogsHook
Function
NewLogsHook
pkg/devspace/hook/logs.go:12–16 ·
view source on GitHub ↗
(writer io.Writer)
Source
from the content-addressed store, hash-verified
10
)
11
12
func
NewLogsHook(writer io.Writer) RemoteHook {
13
return
&remoteLogsHook{
14
Writer: writer,
15
}
16
}
17
18
type
remoteLogsHook
struct
{
19
Writer io.Writer
Callers
1
runHook
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected