Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/docker-agent
/ ToggleSplitDiffView
Method
ToggleSplitDiffView
pkg/tui/service/sessionstate.go:91–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
}
90
91
func
(s *SessionState) ToggleSplitDiffView() {
92
s.splitDiffView = !s.splitDiffView
93
}
94
95
func
(s *SessionState) YoloMode() bool {
96
return
s.yoloMode
Callers
2
handleToggleSplitDiff
Method · 0.80
handleKeyPress
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected