MCPcopy Create free account
hub / github.com/compozy/agh / recordingSessionExecutor

Struct recordingSessionExecutor

internal/task/manager_test.go:97–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97type recordingSessionExecutor struct {
98 startCalls []StartTaskSession
99 attachCalls []attachSessionCall
100 requestStopCalls []sessionStopCall
101 forceStopCalls []sessionStopCall
102 startRef *SessionRef
103 onStart func(context.Context, *StartTaskSession)
104 returnNilStart bool
105 startErr error
106 attachErr error
107 requestStopErr error
108 forceStopErr error
109}
110
111type testRuntimeViewReader struct {
112 sessions map[string]*RunSessionRef

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected