Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/docker/docker-agent
/ SetProgram
Method
SetProgram
pkg/tui/tuitest/driver.go:107–107 ·
view source on GitHub ↗
(p *tea.Program)
Source
from the content-addressed store, hash-verified
105
// model satisfies it via SetProgram.
106
type
programReady
interface
{
107
SetProgram(p *tea.Program)
108
}
109
110
// New starts model in a real, renderer-less tea.Program and returns a Driver.
Callers
6
SetProgram
Method · 0.65
New
Function · 0.65
TestRecorder_ForwardsSetProgram
Function · 0.65
SetProgram
Method · 0.65
runTUIWrapped
Function · 0.65
run
Function · 0.65
Implementers
4
appModel
pkg/tui/tui.go
Supervisor
pkg/tui/service/supervisor/supervisor.
Recorder
pkg/tui/recorder/recorder.go
fakeModel
pkg/tui/recorder/recorder_test.go
Calls
no outgoing calls
Tested by
1
TestRecorder_ForwardsSetProgram
Function · 0.52