MCPcopy Create free account
hub / github.com/docker/docker-agent / syncDetailsBar

Method syncDetailsBar

cmd/root/agent_picker.go:424–427  ·  view source on GitHub ↗

syncDetailsBar mirrors the viewport's scroll state into the scrollbar.

()

Source from the content-addressed store, hash-verified

422
423// syncDetailsBar mirrors the viewport's scroll state into the scrollbar.
424func (m *agentPickerModel) syncDetailsBar() {
425 m.detailsBar.SetDimensions(m.details.Height(), m.details.TotalLineCount())
426 m.detailsBar.SetScrollOffset(m.details.YOffset())
427}
428
429// openDetails loads the selected agent's YAML into the viewport and shows the
430// dialog.

Callers 4

UpdateMethod · 0.95
resizeDetailsMethod · 0.95
openDetailsMethod · 0.95

Calls 3

SetDimensionsMethod · 0.45
HeightMethod · 0.45
SetScrollOffsetMethod · 0.45

Tested by 1