MCPcopy
hub / github.com/docker/docker-agent / SplitDiffView

Method SplitDiffView

pkg/tui/service/sessionstate.go:31–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29// rather than the full SessionState, following the principle of least privilege.
30type SessionStateReader interface {
31 SplitDiffView() bool
32 ExpandThinking() bool
33 YoloMode() bool
34 HideToolResults() bool

Callers 3

handleToggleSplitDiffMethod · 0.65
toolsetInfoMethod · 0.65
renderFunction · 0.65

Implementers 2

SessionStatepkg/tui/service/sessionstate.go
StaticSessionStatepkg/tui/service/staticsessionstate.go

Calls

no outgoing calls

Tested by

no test coverage detected