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

Method Build

pkg/tui/dialog/base.go:249–251  ·  view source on GitHub ↗

Build returns the final dialog content as a vertical join.

()

Source from the content-addressed store, hash-verified

247
248// Build returns the final dialog content as a vertical join.
249func (dc *Content) Build() string {
250 return lipgloss.JoinVertical(lipgloss.Left, dc.parts...)
251}

Callers 15

ViewMethod · 0.95
buildBodyMethod · 0.95
ViewMethod · 0.95
ViewMethod · 0.45
ViewMethod · 0.45
ViewMethod · 0.45
ViewMethod · 0.45
ViewMethod · 0.45
ViewMethod · 0.45
ViewMethod · 0.45
ViewMethod · 0.45
ViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected